The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am new to Scriptrunner and I want to speed up the onboarding process by building some "persona" style scripts. For example,
User - "Project manager" requires "jira-user", "jira-software", "customer-share" groups
(I usually have 20-30 groups to add)
Is there a script I could use to run to add this in?
Thanks
David
I think you can pretty much copy and paste the script over at https://library.adaptavist.com/entity/remove-specified-users-from-a-group - swapping the line at the end from removeUserFromGroup to addUserToGroup
Hi @David Lee
You would need to use group manager to do that. It is very simple script.
ComponentAccessor.groupManager.addUserToGroup(userToAdd, groupName)
I made a video and shared the script with some error handling in one of my video here.
Thanks,
Ravi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Ravi Sagar _Sparxsys_ for the information, I am able to add single groups without error with this script.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi everyone, We’re always looking at how to improve Confluence and customer feedback plays an important role in making sure we're investing in the areas that will bring the most value to the most c...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.