Hello, i'm having an issue updating the status of an issue using the JIRA REST ENDPOINT:
METHOD:
URL: https://api.atlassian.com/ex/jira/{resourceId}/rest/api/2/issue/10009
PAYLOAD:
{
{ "errorMessages": [], "errors": { "duedate": "Field 'duedate' cannot be set. It is not on the appropriate screen, or unknown." } }
please note i've also tried using
?overrideScreenSecurity=true&overrideEditableFlag=true
but this result in a permission issue requesting for admin access, of which i'm the direct owner of the organisation.
Please any assistance would be much appreciated, Thanks.
Hello @opadonu emmanuel
You are not using the correct endpoint to execute an issue transition. The endpoint you need to use is
/rest/api/3/issue/{issueIdOrKey}/transitions
...which is described here:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.