pub async fn delete_workflow_mapping(
configuration: &Configuration,
id: i64,
workflow_name: &str,
update_draft_if_needed: Option<bool>,
) -> Result<(), Error<DeleteWorkflowMappingError>>
Expand description
Deletes the workflow-issue type mapping for a workflow in a workflow scheme. Note that active workflow schemes cannot be edited. If the workflow scheme is active, set updateDraftIfNeeded
to true
and a draft workflow scheme is created or updated with the workflow-issue type mapping deleted. The draft workflow scheme can be published in Jira. Permissions required: Administer Jira global permission.