Status
Tech review

Style guide




Short description

Returns the names of the users who transitioned current issue from origin_status to destination_status, order ascending by time.

Output

Available since




This function returns the names of the users who transitioned current issue from origin_status to destination_status, order ascending by time.

An empty string as an argument is interpreted as any status.


usersWhoTransitioned(string origin_status, string destination_status) #Output: Text list



Parser expressionDescription


last(usersWhoTransitioned("Open", "In Progress"))


This example returns the name of the user who executed the transition "Start Progress" more recently.



Parameters used in this function

ParameterInput (data type)Description
xxx

Parameter description.
xxx

Parameter description.



This function returns a




Variant where you additionally define an issue_key.


usersWhoTransitioned(string origin_status, string destination_status, string issue_key) #Output: Text list



Parser expressionDescription


count(usersWhoTransitioned("Open", "In Progress", %{00041}))


This example returns the number of times transition "Start Progress" has been executed in the parent issue.



Parameters used in this function

ParameterInput (data type)Description
xxx

Parameter description.
xxx

Parameter description.
xxx

Parameter description.



This function returns a