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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.