UNPKG

@esm-js/jira.js

Version:

A comprehensive JavaScript/TypeScript library designed for both Node.JS and browsers, facilitating seamless interaction with the Atlassian Jira API.

11 lines (10 loc) 340 B
export interface GetRequestTypeById { /** * The ID of the service desk whose customer request type is to be returned. This can alternatively be a [project * identifier.](#project-identifiers) */ serviceDeskId: string; /** The ID of the customer request type to be returned. */ requestTypeId: number; expand?: string[]; }