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) 178 B
export interface IssueContextVariable { /** The issue ID. */ id?: number; /** The issue key. */ key?: string; /** Type of custom context variable. */ type: string; }