Workflow Functions
Workflow Functions
This section contains functions that enable users to handle workflows.
Functions Summary
- getAllWorkflows — Retrieves a list of all workflows in the Jira environment.
- getAllWorkflowTransitions — Retrieves a list of workflow transition actions.
- getWorkflowsFromSchemeName — Retrieves a list of workflows associated to a workflow scheme.
- autotransition — Executes a transition and moves to the specified step.
- getAllWorkflowSchemeNames — Retrieves a list of Workflow Scheme names in a Jira environment.
- 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.
- 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.
, multiple selections available, Use left or right arrow keys to navigate selected items
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.