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
In my application I need to read the permission schemes for all Jira projects. Is there any way to access the GET Api without being an administrator? There is no intention to update or delete the schemes.
Hello @igli_amberoad_ai ,
Welcome to the Atlassian Community!
You will find all the documentation about the API permissions here: https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#authentication
Here is the information:
Most operations in this API require permissions. The calling user must have the required permissions for an operation to use it. Note that for Connect apps, the app user must have the required permissions for the operation and the app must have scopes that permit the operation.
A permission can be granted to a group, project role, or issue role that the user is a member of, or granted directly to a user. See Permissions overview for details. The most common permissions are:
Regards,
Thanks!
Hi @Hector Menchaca ,
thanks for you response. I am specifically interested in the REST GET endpoint /rest/api/3/project/{projectKeyOrId}/issuesecuritylevelscheme
It is stated in the documentation that Administer Jira or Administer Projects is required for calling this endpoint. Thus, only an admin is allowed to call this endpoint. Is there any workaround for calling this endpoint with a normal user?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @igli_amberoad_ai ,
As of now is required to be an admin as the documentation mentions.
Thanks!
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.