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

Compare with Current View Page History

« Previous Version 4 Next »

The function returns a TEXT representing the user name of the last user who had the current issue assigned, and currently plays a project role with name projectRoleName in current issue's project, or "" if the current issue was never assigned to a user currently in the project role.

Syntax
lastAssigneeInRole(text projectRoleName) #Output: Text
Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
Output

The function returns a TEXT


The function returns a TEXT representing the user name of the last user who had the issue with key issueKey assigned, and currently plays a project role with name projectRoleName in the current issue's project, or null if the current issue was never assigned to a user currently in the project role.

Syntax
lastAssigneeInRole(text projectRoleName, text issueKey) #Output: Text
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