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.

8 lines (7 loc) 161 B
/** Details about an issue event. */ export interface IssueEvent { /** The ID of the event. */ id: number; /** The name of the event. */ name: string; }