I am working on creation of Bug issues via REST API but I am having trouble setting the value of an Insight field. Basically I am doing exactly what is described under "Create Issue" on
https://confluence.atlassian.com/insightapps/insight-with-jira-rest-api-1085180905.html
I am able to update the Insight field doing what is described under "Update Issue" in the same article.
I do not receive any error messages when I create, and the Bug does get created, it is just that the Insight field does not get populated. Any ideas?
Hi @Magnus Ljungkrantz , can you share your configuration? (REST API endpoint + JSON + authentication...)
Currently experimenting from Postman.
Endpoint: rest/api/2/issue/
Method: POST
JSON:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok and can you share the version of your Jira Service Management? I guess you are on Data Center, right?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, Data Center. Version of Jira Service Management is 4.20.11.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.