fetch and display users from Jira group in Jira 7.1.0 scripted field not working

Deleted user September 11, 2016

Hi,

I am trying to use below mentioned script from Atlassian answers and trying to populate users from particular group in scripted field Its throwing errors. Searched scriptrunner from adaptivist the documentation really did not help.

 

import com.atlassian.jira.ComponentManager
 
def componentManager = ComponentManager.instance
componentManager.getUserUtil().getGroup("jira-users").getUsers()
I see that the api got changed from 6.4 to 7.1.0 I am a newbie to JIRA trying to figure out how API works and could not find any proper documentation.

1 answer

0 votes
Kristian Walker _Adaptavist_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 4, 2016

Hi Madhava,

I have attached below a sample script of how you can get all the users in a group in a custom field in JIRA 7.1 along with a screenshot of the Config for this group which shows how it works.

import com.atlassian.jira.component.ComponentAccessor
 
def groupManager = ComponentAccessor.getGroupManager()
groupManager.getUsersInGroup("jira-software-users").name.toString()

Screen Shot 2016-10-04 at 16.44.30.png

I hope this helps.

Thanks

Kristian

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events