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

x/jira/src/version3/models/defaultLevelValue.ts>DefaultLevelValue

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

Details of scheme and new default level.

Properties

defaultLevelId: string

The ID of the issue security level to set as default for the specified scheme. Providing null will reset the default level.

issueSecuritySchemeId: string

The ID of the issue security scheme to set default level for.