Scopes enable an app to request a level of access to an Atlassian product.
read:board-scope.admin:jira-software
scope.The easiest way to set your app's scopes is to:
forge lint --fix
to add the scopes to the manifest.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.
Scopes for Atlassian Connect are different. See Scopes for Connect apps to know more.
Jira Software doesn’t support classic scopes. Use granular scopes instead.
Scope name | Title | Description |
---|---|---|
write:board-scope.admin:jira-software | Create and update board configuration | Create and update the configuration and project for a board. View and update features, filters, properties, and quick filters for a board. |
delete:board-scope.admin:jira-software | Delete board configuration | Delete board configuration settings, features, and properties. |
read:board-scope.admin:jira-software | View board configuration | View the configuration, project features, filters, properties, and quick filters for a board. |
write:board-scope:jira-software | Move issues between boards and backlogs | Move issues to a backlog and from a backlog to a board. |
read:board-scope:jira-software | View boards, backlogs, and related items | View boards, issues on a board, issues from a backlog, reports, and versions. |
write:epic:jira-software | Update epics | Remove issues from epic, move issues to epic, rank epics, and partially update epics. |
read:epic:jira-software | View epics and related issues | View and search for epics, and issues related to an epic. |
write:issue:jira-software | Rank and estimate issues | Move (rank) issues and update issue estimates. |
read:issue:jira-software | View issues | View issues, issue estimations, and the field used for estimations. |
write:sprint:jira-software | Update and delete sprints | Update sprints, move issues to sprints, and update the order of sprints. |
delete:sprint:jira-software | Delete sprints | Delete sprints and their properties. |
read:sprint:jira-software | View sprints | View sprints and sprint related issues and properties. |
write:source-code:jira-software | Create, update, and delete repositories | Create, update, and delete development information, delete repository and development information entities. |
read:source-code:jira-software | View repositories | View repositories and check if data exists for the supplied properties. |
write:feature-flag:jira-software | Create, update, and delete feature flags | Create, update, and delete feature flags. |
read:feature-flag:jira-software | View feature flags | View feature flags. |
write:deployment:jira-software | Create, update, and delete deployments | Create, update, and delete deployments. |
read:deployment:jira-software | View deployments | View deployments. |
write:build:jira-software | Create, update, and delete builds | Create, update, and delete builds. |
read:build:jira-software | View builds | View builds. |
write:remote-link:jira-software | Create, update and delete links | Create, update and delete links. |
read:remote-link:jira-software | View remote links | View remote links. |
read:dev-info:jira | Read development information | Allows the app to read development information. |
write:dev-info:jira | Write development information | Allows the app to write development information. |
delete:dev-info:jira | Delete development information | Allows the app to delete development information. |
read:feature-flag-info:jira | Read feature flag information | Allows the app to read feature flag information. |
write:feature-flag-info:jira | Write feature flag information | Allows the app to write feature flag information. |
delete:feature-flag-info:jira | Delete feature flag information | Allows the app to delete feature flag information. |
read:deployment-info:jira | Read deployment information | Allows the app to read deployment information. |
write:deployment-info:jira | Write deployment information | Allows the app to write deployment information. |
delete:deployment-info:jira | Delete deployment information | Allows the app to delete deployment information. |
read:build-info:jira | Read build information | Allows the app to read build information. |
write:build-info:jira | Write build information | Allows the app to write build information. |
delete:build-info:jira | Delete build information | Allows the app to delete build information. |
read:remote-link-info:jira | Read remote link information | Allows the app to read remote link information. |
write:remote-link-info:jira | Write remote link information | Allows the app to write remote link information. |
delete:remote-link-info:jira | Delete remote link information | Allows the app to delete remote link information. |
Rate this page: