You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

This 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 true 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.

Syntax
isInGroup(text user_name, text group_name) #Output: Boolean
Examples
Parser expressionDescription
isInGroup(%{00003}, "jira-developers")

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

where %{00003} is field code for Assignee.

Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
xxx

DATA TYPE

Parameter description.
Output

This function returns a BOOLEAN