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.

7 lines (6 loc) 199 B
export interface DeleteIssue { /** The ID or key of the issue. */ issueIdOrKey: string; /** Whether the issue's subtasks are deleted when the issue is deleted. */ deleteSubtasks?: boolean; }