Jira.js - Jira Cloud API library
    Preparing search index...

    Interface GetSecurityLevels

    interface GetSecurityLevels {
        id?: string[];
        maxResults?: number;
        onlyDefault?: boolean;
        schemeId?: string[];
        startAt?: number;
    }
    Index

    Properties

    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.

    maxResults?: number

    The maximum number of items to return per page.

    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.

    schemeId?: string[]

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

    startAt?: number

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