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

    Interface WorkflowAssociationStatusMapping

    The list of status mappings.

    interface WorkflowAssociationStatusMapping {
        newStatusId: string;
        oldStatusId: string;
    }
    Index

    Properties

    newStatusId: string

    The ID of the status in the new workflow.

    oldStatusId: string

    The ID of the status in the old workflow that isn't present in the new workflow.