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

x/jira/src/serviceDesk/parameters/getRequestTypes.ts>GetRequestTypes

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

Properties

serviceDeskId: string

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

optional
groupId: number

Filters results to those in a customer request type group.

optional
expand: string[]
optional
searchQuery: string

The string to be used to filter the results.

optional
start: number

The starting index of the returned objects. Base index: 0. See the Pagination section for more details.

optional
limit: number

The maximum number of items to return per page. Default: 100. See the Pagination section for more details.