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

    Interface WorkflowStatusLayoutPayload

    The layout of the workflow status.

    interface WorkflowStatusLayoutPayload {
        x?: number;
        y?: number;
    }
    Index

    Properties

    Properties

    x?: number

    The x coordinate of the status.

    y?: number

    The y coordinate of the status.