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