This function checks if a user or group of users are members of a group.

Multiple user names can also be provided in a comma-separated list of user names, group names or role names. In that case, the function will return true only if all users in the list, groups of the list, and in the roles of the list, are in the given project role for the current project.

Syntax
isInGroup(users, group) #Output: Boolean
Examples
Parser expressionDescription
isInGroup(%{issue.assignee}, "jira-developers")

The function returns true if the assignee is in group jira-developers.


Additional information

Parameters used in this function

ParameterInput (data type)Description
users

TEXT

Text containing a valid user, group or project role name.
group

TEXT

Text containing a valid Jira group.
Output

This function returns a BOOLEAN