Hello,
I recently created an API Token in Atlassian to hopefully use it to access projects based on permission rules but I could not find any settings in projects where I could set permission rules based on API Token? Where can I set this?
Maybe I have the wrong idea in general about how API Tokens work.
Is there any documentation on using API Tokens in Jira? I found documents on creating an API token but nothing on actually using it.
Any help would be appreciated. Thank you.
So if I'm getting this right,
The API Tokens are tied to an account, and not used as a separate user entity altogether?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You will mainly use your api token when working with the REST api, you have that documentation in the developer site:
Server: https://developer.atlassian.com/server/jira/platform/rest-apis/
Cloud: https://developer.atlassian.com/cloud/jira/platform/rest/v3/
As Roma already stated it will use the same permissions that you have within Jira. If you need to build a function or something then you create a new user account for the function and provide that account with increased/decreased permissions based on what you want to do.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jeremy,
Think about API Token as your personal second password.
If you login with your username/token the system will give exactly the same permissions as you login via password or using UI.
Regards, Roman
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.