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

    Interface WorkflowTransitionLinks

    The statuses the transition can start from, and the mapping of ports between the statuses.

    interface WorkflowTransitionLinks {
        fromPort?: number;
        fromStatusReference?: string;
        toPort?: number;
    }
    Index

    Properties

    fromPort?: number

    The port that the transition starts from.

    fromStatusReference?: string

    The status that the transition starts from.

    toPort?: number

    The port that the transition goes to.