Hello can someone help me in this how to get list of users i a group using groovy .
Thanks,
Akhil
Hello Akhil,
If it is Server/DC here is the script.
import com.atlassian.jira.component.ComponentAccessor def groupManager = ComponentAccessor.getGroupManager() String groupName = "confluence-administrators" groupManager.getUsersInGroup(groupName)
The group "confluence-administrators" you can change it to your desired group. Hope this will help you.
Regards,
Satya
Hello Satya,
Thanks man it is working as expected. Thanks alot.
Thanks,
AK
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am glad it is working for. Cheers.
Regards,
Satya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Discover the teamwork and precision behind success on and off the track. See how this high-performing team makes the impossible possible. Be one of the first 100 customers to register for a chance to win 2 tickets to an Atlassian Williams 2026 race.
Register now
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.