Hi,
Rest API always showing 404- not found on postman status and getting response like "Issue does not exists". Following are details I am providing in postman. Any help would be greatly appreciate.
URL: https://somehostaddress/rest/api/2/issue/issueID/transitions
Method : POST
Authentication : Basic Authentication
User Name: user.user
Password: password.
JSON: {
"transition": {
"id": "641"
},
"fields": {
"customfield_11102": null
}
A 404 on this call means your user is not logging in, the issue given does not exist or your user does not have permission to see and/or transition the issue.
Why do I have the feeling that you did not change IssueID to the actual issue id? Did you?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did that as well before. result is same...
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.