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) 265 B
import type { DefaultLevelValue } from './defaultLevelValue'; /** Details of new default levels. */ export interface SetDefaultLevelsRequest { /** List of objects with issue security scheme ID and new default level ID. */ defaultValues: DefaultLevelValue[]; }