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

    Interface StatusLayoutUpdate

    The statuses associated with this workflow.

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

    Properties

    properties: unknown

    The properties for this status layout.

    statusReference: string

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