When creating an Issue in Jira via REST API, the response is as such:
{
"id":"10595",
"key":"XXX-591",
"self":"https://xxx.atlassian.net/rest/api/2/issue/10595"
}
Is it possible to get Jira to respond with more info? Something like:
{
"id":"10595",
"key":"XXX-591",
"self":"https://xxx.atlassian.net/rest/api/2/issue/10595",
"status": "Open"
}
Appreciate your help :-)
this is unfortunately not possible, but you can call get issue afterwards and define in the fields parameter all fields you want to have returned.
Cheers,
Matthias.
Hi @Matthias Gaiser _K15t_ ,
Thanks for the quick response.
That's actually what I ended up doing, just wanted to see if that could be improved. Anyway, thanks for the answer.
Best regards
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.