Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Ingestig State when I execute the import with API Rest (only 2 registers)

mierdatutis mi
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 26, 2025

Hi,

In Jira Cloud.

I've executed:

curl --location 'https://api.atlassian.com/jsm/insight/workspace/xxxxx/v1/importsource/yyyyyy/executions/eeeeeee/data' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic aaaaaaa' \
--data '{
"data": {
"devices": [
{
"Name": "Serviv",
"Prueba": "Test1",
"IP": "192.168.1.10"
},
{
"Name": "Router",
"Prueba": "Test2",
"IP": "192.168.1.1"
}
]
}
}
'

Then when I query the result I see in state INGESTING

{
    "status": "INGESTING",
    "executionId": "EEEEE"
}
With URL:

https://api.atlassian.com/jsm/insight/workspace/xxxxx/v1/importsource/yyyyy/executions/eeeeee/status

 

Any help? Thanks

1 answer

0 votes
Marc -Devoteam-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 27, 2025

Hi @mierdatutis mi 

Welcome to the community.

What is you exact question?

The 1st API call shows what data will be imported in the execution, and the 2nd call shows what the current status of the import is.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin Site Admin
TAGS
AUG Leaders

Atlassian Community Events