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

    Interface MappingsByWorkflow

    The status mappings by workflows. Status mappings are required when the new workflow for an issue type doesn't contain all statuses that the old workflow has. Status mappings can be provided by a combination of statusMappingsByWorkflows and statusMappingsByIssueTypeOverride.

    interface MappingsByWorkflow {
        newWorkflowId: string;
        oldWorkflowId: string;
        statusMappings: WorkflowAssociationStatusMapping[];
    }
    Index

    Properties

    newWorkflowId: string

    The ID of the new workflow.

    oldWorkflowId: string

    The ID of the old workflow.

    statusMappings: WorkflowAssociationStatusMapping[]

    The list of status mappings.