Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/src/serviceDesk/parameters/getRequestTypeById.ts>GetRequestTypeById

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

Properties

serviceDeskId: string

The ID of the service desk whose customer request type is to be returned. This can alternatively be a project identifier.

requestTypeId: number

The ID of the customer request type to be returned.

optional
expand: string[]