Status
Tech review

Style guide




Short description

Returns only if all users in the list, groups of the list, and in the roles of the list, are in the group in the second argument.

Output




The function checks if a user is in a group. Argument user_name can also be a comma-separated list of user names, group names or role names. In that case, the function will returnĀ  only if all users in the list, groups of the list, and in the roles of the list, are in the group in the second argument.


isInGroup(text user_name, text group_name) #Output: Boolean



Parser expressionDescription


isInGroup(%{00003}, "jira-developers")


The function returnsĀ  if Assignee is in group jira-developers.

where %{00003} is field code for Assignee.



Parameters used in this function

ParameterInput (data type)Description
<parameter>

Parameter description.
<parameter>

Parameter description.



The function returns a