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

    Interface FromLayoutPayload

    The payload for the layout details for the start end of a transition

    interface FromLayoutPayload {
        fromPort?: number;
        status?: Version3Models.ProjectCreateResourceIdentifier;
        toPortOverride?: number;
    }
    Index

    Properties

    fromPort?: number

    The port that the transition can be made from

    toPortOverride?: number

    The port that the transition goes to