Workflow Routines
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !
This section contains routines that enable users to handle workflows. |
Routines summary
- autotransition — Executes a transition and moves to the specified step. It will execute the transition only if the transition is valid for the current status of the issue.
- getAllWorkflows — Retrieves a list of all workflows in the Jira environment.
- getAllWorkflowSchemeNames — Retrieves a list of Workflow Scheme names in a Jira environment.
- getAllWorkflowTransitions — Retrieves a list of workflow transition actions.
- getAvailableTransitions — Retrieves all available transitions for the current user from the given issue state.
- getStatusIdByName — Gets the status id by the status name.
- getStatusNameById — Gets the status name by the status id.
- getTransitionNameById — Gets the transition name by the workflow name and transition id.
- getWorkflowName — Gets the name of the workflow corresponding to the given issue.
- getWorkflowsFromSchemeName — Retrieves a list of workflows associated to a workflow scheme.
- getWorkflowStatusIds — Retrieves an unique list of statuses (ids) for a given workflow.
- getWorkflowTransition — Retrieves transition information for a single workflow transition.
- raiseEvent — Triggers an event to be processed by listeners.