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

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,731
Community Members
 
Community Events
185
Community Groups

Global permission to retrieve all users via rest api not working (JIRA/Scriptrunner Cloud)

Hello everybody,

As it is written in the JIRA rest api documentation, the following script should retrieve all the instance JIRA users:

def result = get("/rest/api/3/users/")
.header("Accept", "application/json")
.asJson();

To get it working, the documention says that the runner should have JIRA global permission "Browse users and groups" granted. The group in which the user belongs is jira-administrator, which has this permission.

However, when I run the script, I got a 403 error. If I add the "public" group to the "Browse user and groups" permission, it works fine. If a run the script as the scriptrunner addon user, I also get a 403.

I do not know if it is a JIRA/Scriptrunner integration problem , or just a JIRA rest api bug, so I submit this request to you hoping that someone can tell me more about this.

Thanks,

Cédric

1 answer

0 votes
Kristian Walker _Adaptavist_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Mar 16, 2020

Hi Cedric,

Thank you for your question.

I can confirm that the Get all users default Rest API which you are calling in your script as documented here is marked as Apps cannot access this REST resource.

This means that ScriptRunner for Jira Cloud is unable to call it and is why you are getting forbidden response when you make a rest API call to it as Atlassian imposes that ScriptRunner for Jira Cloud can only access the public rest API's which they mark as allowed to be used by Apps.

This means this is not a bug but is just a limitation of Jira Cloud where Atlassian mark this API as not allowed to be used by Plugins inside of Jira Cloud.

I hope this information helps.

Regards,

Kristian

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events