Module workflows_api

Module workflows_api 

Source

Structs§

GetAllWorkflowsParams
struct for passing parameters to the method get_all_workflows
GetWorkflowsPaginatedParams
struct for passing parameters to the method get_workflows_paginated

Enums§

GetAllWorkflowsError
struct for typed errors of method get_all_workflows
GetWorkflowsPaginatedError
struct for typed errors of method get_workflows_paginated

Functions§

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.