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

    Interface SecurityLevel

    Details of an issue level security item.

    interface SecurityLevel {
        description?: string;
        id?: string;
        name?: string;
        self?: string;
    }
    Index

    Properties

    description?: string

    The description of the issue level security item.

    id?: string

    The ID of the issue level security item.

    name?: string

    The name of the issue level security item.

    self?: string

    The URL of the issue level security item.