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

0 answers

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