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.

Syntax
usersInGroup(group) #Output: Text list
Examples
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
Additional information

Parameters used in this function

ParameterInput (data type)Description
group

TEXT

Text containing a valid Jira group.
Output

This function returns a TEXT LIST


Use cases and examples