Hi ,
I am trying to set the resolution state on jira by the url : "/rest/api/2/issue/${issueOrkey}/transitions"
and the json body=
{
"fields": {
"resolution": {
"name": "Duplicate"
}
},
"transition": {
"id": "100"
}
}
It is not working as getting 500 error or sometimes 405 also,
please help with this issue where I am doing wrong either url or parameter
I did not get api related to resolution on jira docs so trying with "transition " url.
Thanks in advance