JSON Request: /rest/api/2/issue/{issueIdOrKey}/transitions
{ "update": { "comment": [ { "add": { "body": "Moving issue to FromECT status." } } ] }, "transition": { "id": "181" }}
JSON Response
{
"errorMessages": [
"Can't move (OD-104). You might not have permission, or the issue is missing required information. If you keep having this problem, contact your Jira Administrator."
],
"errors": {}
}
I have tried all the transition numbers that are returned via the GET transitions API call.
I can create the issue via the API, but I cannot move it. If I log into the web and DELETE the issue, then I can move it, but I can only move it FROM the DELETED status. If it's in any other status I cannot move it.
I've been uppermed to full Global Admin and still doesn't work. I've regenerated keys. I can move Issues from any status to any status in the web interface, no problems. Doesn't ask me fore more information.
I've tried Version 2 and 3 of the API. Nothing works, except moving out of deleted status.
What do I try next?
Can I expand the error message so Jira will give me something useful?