-
Bug
-
Resolution: Unresolved
-
Low
-
Severity 3 - Minor
-
Issue Summary
While trying to use this request: [+The Jira Cloud platform REST API - GET | Get available priorities by priority schemeExperimental+|https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes/#api-rest-api-3-priorityscheme-priorities-available-get] in a Forge App, using the Classic scope: manage:jira-configuration works, but when trying the granular: read:priority-scheme:jira it doesn't work.
Forge CLI doesn’t recognize it as a valid scope, even using --no-verify
Steps to Reproduce
- Create a Forge app
- Add the scope: read:priority-scheme:jira
- Try to deploy it.
Expected Results
Forge should recognize this documented scope.
Actual Results
The below exception is thrown in the console output:
Error: Manifest validation failed: Some scopes defined are not supported: read:priority-scheme:jira
Workaround
Other than using the Classical scope (manage:jira-configuration) no other workaround available at this moment.