Enums§
- Create
Workflow Error - struct for typed errors of method
create_workflow - Delete
Inactive Workflow Error - struct for typed errors of method
delete_inactive_workflow - GetAll
Workflows Error - struct for typed errors of method
get_all_workflows - GetWorkflows
Paginated Error - struct for typed errors of method
get_workflows_paginated
Functions§
- create_
workflow - Creates a workflow. Workflow transitions are created with the default system transition rules. Permissions required: Administer Jira global permission.
- delete_
inactive_ workflow - Deletes a workflow. The workflow cannot be deleted if it is: * an active workflow. * a system workflow. * associated with any workflow scheme. * associated with any draft workflow scheme. Permissions required: Administer Jira global permission.
- get_
all_ workflows - Returns all workflows in Jira or a workflow. Deprecated, use Get workflows paginated. If the
workflowNameparameter is specified, the workflow is returned as an object (not in an array). Otherwise, an array of workflow objects is returned. Permissions required: Administer Jira global permission. - get_
workflows_ paginated - Returns a paginated list of published classic workflows. When workflow names are specified, details of those workflows are returned. Otherwise, all published classic workflows are returned. This operation does not return next-gen workflows. Permissions required: Administer Jira global permission.