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 (7 loc) 305 B
import type { UpdateIssueSecurityLevelDetails } from '../models'; export interface UpdateSecurityLevel extends UpdateIssueSecurityLevelDetails { /** The ID of the issue security scheme level belongs to. */ schemeId: string; /** The ID of the issue security level to update. */ levelId: string; }