Module workflows_api

Source

Enums§

CreateWorkflowError
struct for typed errors of method create_workflow
DeleteInactiveWorkflowError
struct for typed errors of method delete_inactive_workflow
GetAllWorkflowsError
struct for typed errors of method get_all_workflows
GetWorkflowsPaginatedError
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 workflowName parameter 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.