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

    Interface StatusMapping

    Details about the mapping from a status to a new status for an issue type.

    interface StatusMapping {
        issueTypeId: string;
        newStatusId: string;
        statusId: string;
    }
    Index

    Properties

    issueTypeId: string

    The ID of the issue type.

    newStatusId: string

    The ID of the new status.

    statusId: string

    The ID of the status.