The statuses associated with this workflow.

interface StatusLayoutUpdate {
    approvalConfiguration?: null | ApprovalConfiguration;
    layout?: null | WorkflowLayout;
    properties: {
        [key: string]: string;
    };
    statusReference: string;
}

Hierarchy

  • Record<string, unknown>
    • StatusLayoutUpdate

Properties

approvalConfiguration?: null | ApprovalConfiguration

The approval configuration of a status within a workflow. Applies only to Jira Service Management approvals.

layout?: null | WorkflowLayout

The starting point for the statuses in the workflow.

properties: {
    [key: string]: string;
}

The properties for this status layout.

Type declaration

  • [key: string]: string

    The properties for this status layout.

statusReference: string

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