Hello, i'm having an issue updating the due date of an issue using the 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
Welcome to the Atlassian community.
The error message is not indicating that you are experiencing a problem with permissions.
"Field 'duedate' cannot be set. It is not on the appropriate screen, or unknown."
This indicates that the Due date field is not included on the screen associated with the Edit operation for the targeted issue type, of if you are using a Team Managed project the field is simply not on the screen for the targeted issue type at all.
If you view the issue directly in the UI, do you see the Due date field on the screen?
Are you trying to update an issue in a Company Managed project or a Team Managed project? You can get that information from the Type column on the View All Projects page under the Project menu.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.