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

x/jira/src/serviceDesk/parameters/getRequestTypeFields.ts>GetRequestTypeFields

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

Properties

serviceDeskId: string

The ID of the service desk containing the request types whose fields are to be returned. This can alternatively be a project identifier.

requestTypeId: number

The ID of the request types whose fields are to be returned.

optional
expand: string[]

Use expand to include additional information in the response. This parameter accepts hiddenFields that returns hidden fields associated with the request type.