Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Read permission schemes without administer role

igli_amberoad_ai
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Oct 02, 2023

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.

1 answer

1 vote
Hector Menchaca
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Oct 02, 2023

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:

  • Administer the Cloud site: Users in the site-admins group have this permission. See Manage groups for details.
  • Administer Jira: Granted by the Jira Administrators global permission. There is a default group for this permission. See Manage groups and Managing global permissions for details.
  • Administer a project in Jira: Granted by the Administer projects project permission for a project. This can be granted to a user, a group, a project role, and more. See Managing project permissions for details.
  • Access a project in Jira: Granted by the Browse projects project permission for a project. This can be granted to a user, a group, a project role, and more. See Managing project permissions for details.
  • Access Jira: Granted by the Jira Users global permission. Users in the default product access group (for example, jira-software-users-acmesite) have this permission. See Manage groups and Managing global permissions for details.

Regards,

Thanks!

igli_amberoad_ai
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Oct 02, 2023

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?

Hector Menchaca
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Oct 02, 2023

Hello @igli_amberoad_ai ,

As of now is required to be an admin as the documentation mentions.

Thanks!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events