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

    Interface UpdateIssueSecurityLevelDetails

    Details of issue security scheme level.

    interface UpdateIssueSecurityLevelDetails {
        description?: string;
        name?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    description?: string

    The description of the issue security scheme level.

    name?: string

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