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.

7 lines (6 loc) 226 B
export interface GetSlaInformationById { /** The ID or key of the customer request whose SLAs will be retrieved. */ issueIdOrKey: string; /** The ID or key of the SLAs metric to be retrieved. */ slaMetricId: number; }