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) 262 B
/** The new default issue resolution. */ export interface SetDefaultResolutionRequest { /** * The ID of the new default issue resolution. Must be an existing ID or null. Setting this to null erases the default * resolution setting. */ id: string; }