%{issue.status.achievable}
Read
|
Returned value |
Comma-separated list of status names |
|---|---|
|
Output data type |
text |
|
Example output |
In Progress, Resolved, Closed |
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 |