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.

9 lines (8 loc) 325 B
export interface IssueLimitReport { /** A list of ids of issues approaching the limit and their field count */ issuesApproachingLimit?: unknown; /** A list of ids of issues breaching the limit and their field count */ issuesBreachingLimit?: unknown; /** The fields and their defined limits */ limits?: unknown; }