/
getAvailableTransitions
getAvailableTransitions
Description
Retrieves all available transitions for the current user from the given issue state.
Parameters
Return Type
String []
The return value is an array of strings, containing the names of the available transitions for the current user from the given issue state.
Example
Issue DEMO-1 has status Open and is assigned to test user. Currently logged in user is admin. Start Progress transition is restricted only to assignee, therefore it will be omitted.
return getAvailableTransitions("DEMO-1");
Result: Resolve Issue|Close Issue.
See also
, multiple selections available,
Related content
getAvailableTransitions
getAvailableTransitions
More like this
getTransitionNameById
getTransitionNameById
More like this
getWorkflowTransition
getWorkflowTransition
More like this
autotransition
autotransition
More like this
Only Assignee can transition an issue
Only Assignee can transition an issue
More like this
Transition issue(s)
Transition issue(s)
More like this