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

    Interface WorkflowStatusAndPort

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

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

    Properties

    port?: number

    The port the transition is connected to this status.

    statusReference?: string

    The reference of this status.