Jira.js - Jira Cloud API library
    Preparing search index...

    Interface UpdateWorkflowSchemeMappings

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

    interface UpdateWorkflowSchemeMappings {
        defaultWorkflowId?: string;
        id: string;
        workflowsForIssueTypes: Version3Models.WorkflowSchemeAssociation[];
    }
    Index

    Properties

    defaultWorkflowId?: 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: Version3Models.WorkflowSchemeAssociation[]

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