%{issue.transition.achievable}
Read
|
Returned value |
A comma-separated list with transition names |
|---|---|
|
Output data type |
text |
|
Example output |
Start Progress, Resolve Issue, Close Issue |
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 |