Status
Tech review

Style guide




Short description

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

Output




The function returns a  with 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(text origin_status, text destination_status) #Output: Text list



Parser expressionDescription


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


The function returns the name of the user who executed the transition "Start Progress" more recently.



Parameters used in this function

ParameterInput (data type)Description
<parameter>

Parameter description.
<parameter>

Parameter description.



The function returns a




The function returns a  with 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(text origin_status, text destination_status, text issue_key) #Output: Text list



Parser expressionDescription


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


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



Parameters used in this function

ParameterInput (data type)Description
<parameter>

Parameter description.
<parameter>

Parameter description.
<parameter>

Parameter description.



The function returns a