Hello Atlassian Community,
I am developing a Forge app for Jira, and I am encountering a 401 Unauthorized; scope does not match
error when trying to fetch development information (branches and pull requests) for a ticket using the /rest/dev-status/latest/issue/detail
API endpoint.
Here is the relevant part of my Forge app setup:
When I make the above API request, I receive the following response :
{
"code": 401,
"message": "Unauthorized; scope does not match"
}
I think the problem is in permission but i'm already added - 'read:jira-work' and
- 'write:jira-work'
thank you,
but its not working
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.