HI All,
I am trying to update the issue state using API
URL : https://xyz.atlassian.net/rest/api/2/issue/SER-14
method : put
body :
{
"fields": {
"priority": { "id": "3" }
}
}
but it's not updating properly and I am getting 204 response
Please guide how to update the state field.
Thanks
@Ramesh Ranganathan Welcome to the Atlassian Community.
Looking at your request body and response code, everything look fine. PUT method on issue api return 204 when it is successful.
Can you share response of GET API on same issue before and after updating priority?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.