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