This function returns the names of the users who transitioned the current issue from a given status to another given status, ordered by ascending transition time.
An empty text as an argument is interpreted as any status.
Bash
usersWhoTransitioned(fromStatus, toStatus) #Output: Text list
Variant where you additionally define a specific issue key.
Bash
usersWhoTransitioned(fromStatus, toStatus, issueKey) #Output: Text list
📚 Use cases and examples
| Use case |
|---|
| No content found. |