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

    Interface UpdateSecurityLevel

    Details of issue security scheme level.

    interface UpdateSecurityLevel {
        description?: string;
        levelId: string;
        name?: string;
        schemeId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string

    The description of the issue security scheme level.

    levelId: string

    The ID of the issue security level to update.

    name?: string

    The name of the issue security scheme level. Must be unique.

    schemeId: string

    The ID of the issue security scheme level belongs to.