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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
I'm trying to create an issues on jira platform using a created API Token but getting error of unauthorized access / permission issue.
How can I give my api token the permission to create tickets on jira. I'm talking about these permission specifically,
read:application-role:jira, read:issue-meta:jira, read:issue-security-level:jira, read:issue.vote:jira, read:issue.changelog:jira, read:avatar:jira, read:issue:jira, read:status:jira, read:user:jira, read:field-configuration:jira, read:issue-event:jira, write:issue:jira, write:comment:jira, write:comment.property:jira, write:attachment:jira
Because previously I was able to create and manage all issues on jira, but now with a new account I just forget from where in the jira, I need to give these permissions. Please give me step by step option to do this.
Thank you.
Hello @muhammad
Welcome to the community!
You don't give permissions to the token. The token has the permissions of the user account from which it was created. With that token you can do whatever the user is able to do.
Hello @muhammad
Firstly, please don't cross-post the same question in multiple groups. You asked this question here already.
If you want people to give you good answers, you need to ask good questions with sufficient information. If you only say "I am using a REST API token" and don't say what TYPE of token or HOW you are using that token, all people can do is guess.
In this thread, you're asking about getting 'permissions' then you've pasted in a set of permission scopes that apply only to OAuth generated tokens. Those OAuth permissions have nothing to do with the permissions of user tokens that I suspect you are using and that @Michel Neeser has advised you of.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @muhammad and welcome!
You can generate new API tokens in your Atlassian account here: https://id.atlassian.com/manage-profile/security/api-tokens
You have to make sure that the account you use for generating the API token has the permissions needed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Michel Neeser I know about api tokens generations, Im saying how and where to give the API token permission to do certain tasks ?
How to give API the following permissions ?
read:application-role:jira, read:issue-meta:jira, read:issue-security-level:jira, read:issue.vote:jira, read:issue.changelog:jira, read:avatar:jira, read:issue:jira, read:status:jira, read:user:jira, read:field-configuration:jira, read:issue-event:jira, write:issue:jira, write:comment:jira, write:comment.property:jira, write:attachment:jira
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@muhammad I updated my answer above a few minutes ago to clarify it. Hope this helps.
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.