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.
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.