The ID or key of the issue.
OptionaloverrideEditableFlag?: booleanWhether non-editable fields are returned. Available to Connect and Forge app users with Administer Jira global permission and Forge apps acting on behalf of users with Administer Jira global permission.
OptionaloverrideScreenSecurity?: booleanWhether hidden fields are returned. Available to Connect and Forge app users with Administer Jira global permission and Forge apps acting on behalf of users with Administer Jira global permission.
Optionaloptions: RequestOptions
Returns the edit screen fields for an issue that are visible to and editable by the user. Use the information to populate the requests in Edit issue.
This endpoint will check for these conditions:
overrideScreenSecurity=trueskips this condition.overrideScreenSecurity=trueskips this condition.overrideEditableFlag=trueskips this condition.jira.issue.editableproperty tofalse.overrideEditableFlag=trueskips this condition.jira.permission.*workflow properties.Fields hidden using Issue layout settings page remain editable.
Connect apps having an app user with Administer Jira global permission, and Forge apps acting on behalf of users with Administer Jira global permission, can return additional details using:
overrideScreenSecurityWhen this flag istrue, then this endpoint skips checking if fields are available through screens, and field configuration (conditions 1. and 2. from the list above).overrideEditableFlagWhen this flag istrue, then this endpoint skips checking if workflow is present and if the current step is editable (conditions 6. and 7. from the list above).This operation can be accessed anonymously.
Permissions required:
Note: For any fields to be editable the user must have the Edit issues project permission for the issue.