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

    Interface AnswerApproval

    interface AnswerApproval {
        approvalId: number;
        decision?: string;
        issueIdOrKey: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    approvalId: number

    The ID of the approval to be updated.

    decision?: string

    Response to the approval request.

    issueIdOrKey: string

    The ID or key of the customer request to be updated.