interface GetEditIssueMeta {
    issueIdOrKey: string;
    overrideEditableFlag?: boolean;
    overrideScreenSecurity?: boolean;
}

Properties

issueIdOrKey: string

The ID or key of the issue.

overrideEditableFlag?: boolean

Whether non-editable fields are returned. Available to Connect app users with Administer Jira global permission and Forge apps acting on behalf of users with Administer Jira global permission.

overrideScreenSecurity?: boolean

Whether hidden fields are returned. Available to Connect app users with Administer Jira global permission and Forge apps acting on behalf of users with Administer Jira global permission.