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

Compare with Current View Page History

« Previous Version 6 Next »

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

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
Output

This function returns a TEXT


Variant where you can additionally define issueKey.

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