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

Compare with Current View Page History

« Previous Version 2 Next »

The function returns TEXT LIST of user names (not be confused with full user name) of those active users playing a project role with the name projectRoleName in the current issue's project.

Parameter projectRoleName can be a comma-separated list of project role names, returning the users that play any of the project roles.

Syntax
usersInRole(text projectRoleName) #Output: Text list
Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
Output

The function returns a TEXT LIST


Equivalent to the previous function but with extra argument projectKey for selecting the project argument projectRoleName refers to.

Syntax
usersInRole(text projectRoleName, text projectKey) #Output: Text list
Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
<parameter>

DATA TYPE

Parameter description.
Output

The function returns a TEXT LIST