This function returns a number list with the times when the current issue was transitioned from a given status to another given status, ordered by ascending transition time.
An empty string as an argument that is interpreted as any status.
Bash
timesOfTransition(fromStatus, toStatus) #Output: Number list
Variant where you can additionally define a specific issue key.
Bash
timesOfTransition(fromStatus, toStatus, issueKey) #Output: Number list
📚 Use cases and examples
| Use case | JWT feature | Workflow function | Field type | Automated action | Parser functions |
|---|---|---|---|---|---|
| Number of times a resolved issue has been rejected |
|
Number |