I am trying to update a resolution on Jira task such as to “Closed” or “Done” using https://tripactions.atlassian.net/rest/api/3/issue/{issue_key}/transitions
But I am getting an error:
{
"errorMessages": [],
"errors": {
"resolution": "Field 'resolution' cannot be set. It is not on the appropriate screen, or unknown."
}
}
I think the transition id is correct in my request and I have a write permission as well but
it appears all my issue transitions have no screen and that’s causing the error.
If that’s correct, is there a way to perform an issue transition without the screen?