hi, I am currently developing a project management application using Jira APIs. I have implemented OAuth 2.0 for user authorization. However, I am encountering an error when attempting to fetch certain API data. The error message is as follows:
{ "requiredScopes": [ "view:team:teams" ], "statusCode": 403, "classification": "InsufficientOAuthScopes", "aggUgcPiiSafe": true, "errorSource": "GRAPHQL_GATEWAY" }
I have attempted to use both classic and granular scopes, but I am unable to resolve the issue. Additionally, I cannot locate the specific scopes required by the API in the Jira console. Could someone please provide guidance on how to address this problem?
Thank you very much for your help.
Hi @kiran S ,
you can use below jira cloud API document to fetch required infomation. it contains everything which you want to fetch sprints ,tasks ,issues.
Sprints required : manage:jira-project
tasks required : read:jira-work
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.