Field code
%{issue.status.achievable}
Read
Returns the names of available target statuses, depending on the available transitions of the current issue status.
Example:
Input | Description |
---|---|
The current issue status is Open | The output will be: In Progress, Resolved, Closed |
The current issue status is Reopened | The output will be: In Progress |