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
https://api.atlassian.com/jsm/insight/workspace/xxxxx/v1/importsource/yyyyy/executions/eeeeee/status
Any help? Thanks