pub async fn create_workflow(
configuration: &Configuration,
create_workflow_details: CreateWorkflowDetails,
) -> Result<WorkflowId, Error<CreateWorkflowError>>
Expand description
Creates a workflow. Workflow transitions are created with the default system transition rules. Permissions required: Administer Jira global permission.