Contains details about a version approver.

interface VersionApprover {
    accountId?: string;
    declineReason?: string;
    description?: string;
    status?: string;
}

Hierarchy

  • Record<string, unknown>
    • VersionApprover

Properties

accountId?: string

The Atlassian account ID of the approver.

declineReason?: string

A description of why the user is declining the approval.

description?: string

A description of what the user is approving within the specified version.

status?: string

The status of the approval, which can be PENDING, APPROVED, or DECLINED