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

    Interface RemoveLevel

    interface RemoveLevel {
        levelId: string;
        replaceWith?: string;
        schemeId: string;
    }
    Index

    Properties

    levelId: string

    The ID of the issue security level to remove.

    replaceWith?: string

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

    schemeId: string

    The ID of the issue security scheme.