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

    Interface MappingsByIssueTypeOverride

    Overrides, for the selected issue types, any status mappings provided in statusMappingsByWorkflows. 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 MappingsByIssueTypeOverride {
        issueTypeId: string;
        statusMappings: WorkflowAssociationStatusMapping[];
    }
    Index

    Properties

    issueTypeId: string

    The ID of the issue type for this mapping.

    statusMappings: WorkflowAssociationStatusMapping[]

    The list of status mappings.