This function returns the user names of active users in a given group.

Multiple groups can be specified in a comma-separated list of group names, returning the users that belong to any of the groups.


usersInGroup(group) #Output: Text list



Parser expressionDescription


toString(usersInGroup("jira-developers"))


This example returns the user names of all users in theĀ jira-developers group, e.g.:
b.smith, a.grant, admin.istrator



Parameters used in this function

ParameterInput (data type)Description
group

Text containing a valid Jira group.



This function returns a



Use cases and examples



Parser function cloud
Map(error)
NotesNot possible to get all the users that belongs to a group.






Status
Tech review

Style guide




Short description

Returns the user names of active users in a given group.

Output

Available since

Label