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

x/jira/src/version3/parameters/getSecurityLevels.ts>GetSecurityLevels

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

Properties

optional
startAt: string

The index of the first item to return in a page of results (page offset).

optional
maxResults: string

The maximum number of items to return per page.

optional
id: string[]

The list of issue security scheme level IDs. To include multiple issue security levels, separate IDs with an ampersand: id=10000&id=10001.

optional
schemeId: string[]

The list of issue security scheme IDs. To include multiple issue security schemes, separate IDs with an ampersand: schemeId=10000&schemeId=10001.

optional
onlyDefault: boolean

When set to true, returns multiple default levels for each security scheme containing a default. If you provide scheme and level IDs not associated with the default, returns an empty page. The default value is false.