Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/serviceDesk/parameters/getApprovalById.ts>GetApprovalById

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface GetApprovalById
import { type GetApprovalById } from "https://deno.land/x/jira@v3.0.2/src/serviceDesk/parameters/getApprovalById.ts";

Properties

issueIdOrKey: string

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

approvalId: number

The ID of the approval to be returned.