Scopes enable an app to request a level of access to an Atlassian product.
write:incident:jira-service-management
scope.The easiest way to set your app's scopes is to:
forge-lint --fix
to add the scopes to the manifest.This process does not remove any redundant scopes from the manifest file, and these scopes need to be removed manually.
If you want to set the scopes manually, you need to:
For OAuth 2.0 apps, you need to:
These scopes are for apps using OAuth 2.0 authorization code grants (3LO) for authorization and Forge apps. The title and description are displayed to the user on the consent screen during the authorization flow.
Scope name | Summary | Description |
---|---|---|
read:incident:jira-service-management | Read Jira Service Management Incident entities | Read incidents & entities associated with incidents like affected services, linked alerts, request status, chat channels, post-incident-review, responders & stakeholders. |
write:incident:jira-service-management | Create, update & delete Jira Service Management Incident entities | Create, update & delete incidents & entities associated with incidents like affected services, linked alerts, request status, chat channels, post-incident-review, responders & stakeholders. |
Rate this page: