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 (6 loc) 239 B
import type { LinkGroup } from './linkGroup'; /** Details of the operations that can be performed on the issue. */ export interface Operations { /** Details of the link groups defining issue operations. */ linkGroups?: LinkGroup[]; }