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

Compare with Current View Page History

« Previous Version 10 Next »

This function returns a text list of group names a user belongs to.

Multiple users can be specified as a comma-separated list of user names, group names and project role names, returning a list of groups, any of the returned users is a member of.

syntax
groupsUserBelongsTo(users) #Output: Text list
Examples
Parser expressionDescription
groupsUserBelongsTo("b.smith")
This example returns all groups b.smith belongs to, e.g.:
jira-developers, jira-administrators
Additional information

Parameters used in this function

ParameterInput (data type)Description
users

TEXT

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

This function returns a TEXT LIST