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

Compare with Current View Page History

« Previous Version 3 Next »

This function returns the 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(string projectRoleName) #Output: Text list
Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
Output

This function returns a TEXT LIST


Variant where you additionally define projectKey.

Syntax
usersInRole(string projectRoleName, string projectKey) #Output: Text list
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 TEXT LIST