You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I have strange issue that happened for our colleague. We are integrated with Jira API and make requests for Jira tickets assigned to the specific board. When trying to access data he gets status 403 and the message:
"Access to the resource was denied due to missing scope grants. Your app was granted the following scopes: [read:jira-work, write:jira-work, read:jira-user, api_access].\nThe following scopes are necessary to access the resource: [read:sprint:jira-software]".
I checked the permissions he has and all of them are granted. When testing the same request I discovered that this specific board don't even exist and I get 404 as It should be.
Why my colleague get the wrong status? What may be wrong?
Request I tested: https://developer.atlassian.com/cloud/jira/software/rest/api-group-board/#api-rest-agile-1-0-board-boardid-issue-get
Welcome to the community.
The user can be in Jira and granted permissions on projects, but the user has no license assigned.
This is why the 403 occurs.
The user might have had license before, but probably an admin has revoked the license for this user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.