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

    Interface StatusLayoutUpdate

    The statuses associated with this workflow.

    interface StatusLayoutUpdate {
        layout?: WorkflowLayout;
        properties: {};
        statusReference: string;
    }
    Index

    Properties

    properties: {}

    The properties for this status layout.

    statusReference: string

    A unique ID which the status will use to refer to this layout configuration.