Interface WorkflowSchemeUpdateRequiredMappingsRequest

The request payload to get the required mappings for updating a workflow scheme.

interface WorkflowSchemeUpdateRequiredMappingsRequest {
    defaultWorkflowId?: null | string;
    id: string;
    workflowsForIssueTypes: WorkflowSchemeAssociation[];
}

Properties

defaultWorkflowId?: null | string

The ID of the new default workflow for this workflow scheme. Only used in global-scoped workflow schemes. If it isn't specified, is set to Jira Workflow (jira).

id: string

The ID of the workflow scheme.

workflowsForIssueTypes: WorkflowSchemeAssociation[]

The new workflow to issue type mappings for this workflow scheme.