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

    Interface StatusReferenceAndPort

    The status reference and port that a transition is connected to.

    interface StatusReferenceAndPort {
        port?: number;
        statusReference: string;
    }
    Index

    Properties

    port?: number

    The port this transition uses to connect to this status.

    statusReference: string

    The reference of this status.