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

    Interface VersionApprover

    Contains details about a version approver.

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

    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