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

    Interface StatusMigration

    The mapping of old to new status ID.

    interface StatusMigration {
        newStatusReference: string;
        oldStatusReference: string;
    }
    Index

    Properties

    newStatusReference: string

    The new status ID.

    oldStatusReference: string

    The old status ID.