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

    Interface GetApprovalById

    interface GetApprovalById {
        approvalId: number;
        issueIdOrKey: string;
    }
    Index

    Properties

    approvalId: number

    The ID of the approval to be returned.

    issueIdOrKey: string

    The ID or key of the customer request the approval is on.