Degraded performance Customers may experience issues using Community search. Our team is investigating.
It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Hi all,
I have a JIRA Server instance that I use for testing, and after I (on occasion) restart this instance and reset our database, I need to re-add project-level permissions for our testing users that don't exist in our live instance. I want to do this via a reset script, which is why I need to use REST. I know I can do this by adding each permission individually into the REST post message, but is there a simpler/faster way to update multiple group permissions for a specific scheme? Thanks in advance.
Hi I think it looks like you can grant all you want per scheme.
https://docs.atlassian.com/jira/REST/cloud/#api/2/permissionscheme
What is your challenge here?
The challenge is that using that endpoint, I have to make a REST call 32 times to grant all permissions to a new user/group. That is really slow and makes for a lot of messy code. I was hoping there was a way to bulk update the permissions - send one REST message, update all the permissions at once. I know this is unlikely, but I thought I would ask.
Niclas Sandström [Riada] is right and you can update all permissions for a permission scheme at once. Please check the update method:
{ "name": "Example permission scheme", "description": "description", "permissions": [ { "holder": { "type": "group", "parameter": "jira-developers" }, "permission": "ADMINISTER_PROJECTS" }, { "holder": { "type": "group", "parameter": "jira-developers" }, "permission": "MANAGE_SPRINTS_PERMISSION" }, ... ] }
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreAs a Jira power user, I was at first doubtful that Trello could benefit my workflow. Jira already uses boards (ones you can customize!), so why would I even need to use Trello?! In this post you will...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.