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.

10 lines (9 loc) 167 B
export interface FixVersion { self: string; id: string; description: string; name: string; archived: boolean; released: boolean; releaseDate?: string; }