You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.