Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/version3/parameters/removeLevel.ts>RemoveLevel

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface RemoveLevel
import { type RemoveLevel } from "https://deno.land/x/jira@v3.0.2/src/version3/parameters/removeLevel.ts";

Properties

schemeId: string

The ID of the issue security scheme.

levelId: string

The ID of the issue security level to remove.

optional
replaceWith: string

The ID of the issue security level that will replace the currently selected level.