Function update_workflow_scheme

Source
pub async fn update_workflow_scheme(
    configuration: &Configuration,
    id: i64,
    workflow_scheme: WorkflowScheme,
) -> 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.