@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.
10 lines (9 loc) • 313 B
text/typescript
export interface GetPropertiesKeys {
/** The ID of the request type for which keys will be retrieved. */
requestTypeId: number;
/**
* The ID of the service desk which contains the request type. This can alternatively be a [project
* identifier.](#project-identifiers)
*/
serviceDeskId: string;
}