Field code
%{issue.transition.achievable}
Read
Returns the names of available transition, depending on the current issue status.
Example:
Input | Description |
---|---|
The current issue status is Open | The output will be: Start Progress, Resolve Issue, Close Issue |
The current issue status is Reopened | The output will be: Start Progress |