Function get_all_workflows

Source
pub async fn get_all_workflows(
    configuration: &Configuration,
    params: GetAllWorkflowsParams,
) -> Result<Vec<DeprecatedWorkflow>, Error<GetAllWorkflowsError>>
Expand description

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.