Reviewer

The reviewer of a pull request

interface Reviewer {
    accountId?: string;
    approvalStatus?: "APPROVED" | "UNAPPROVED";
    avatar?: string;
    email?: string;
    name?: string;
    url?: string;
}

Hierarchy

  • Record<string, unknown>
    • Reviewer

Properties

accountId?: string

The Atlassian Account ID (AAID) of this reviewer. Max length is 128 characters.

655363:e4ca5e2d-a901-40e3-877e-bf5d22c0f130
approvalStatus?: "APPROVED" | "UNAPPROVED"

The approval status of this reviewer, default is UNAPPROVED.

APPROVED
avatar?: string

Deprecated. The URL of the avatar for this reviewer. Max length is 2000 characters.

https://atlassian.com/account/jane_doe/avatar/32
email?: string

The email address of this reviewer. Max length is 254 characters.

jane_doe@example.com
name?: string

Deprecated. The name of this reviewer. Max length is 255 characters.

Jane Doe
url?: string

Deprecated. The URL of the profile for this reviewer. Max length is 2000 characters.

https://atlassian.com/account/jane_doe