This function returns the user name of the last user who had the current issue assigned, and who is in a given project role within the current issue's project.
Null will be returned if the current issue was never assigned to a user in the project role.
Bash
lastAssigneeInRole(projectRole) #Output: Text
Variant where you can additionally define a specific issue key.
Bash
lastAssigneeInRole(projectRole, issueKey) #Output: Text
This function is useful if you want to automatically assign issues to the last user who was actively working on an issue e.g. before the issue was re-assigned for testing:
📚 Use cases and examples
| Use case |
|---|
| No content found. |