pub async fn update_workflow_scheme(
configuration: &Configuration,
params: UpdateWorkflowSchemeParams,
) -> Result<WorkflowScheme, Error<UpdateWorkflowSchemeError>>Expand description
Updates a workflow scheme, including the name, default workflow, issue type to project mappings, and more. If the workflow scheme is active (that is, being used by at least one project), then a draft workflow scheme is created or updated instead, provided that updateDraftIfNeeded is set to true. Permissions required: Administer Jira global permission.