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

    Interface NotificationEvent

    Details about a notification event.

    interface NotificationEvent {
        description?: string;
        id?: number;
        name?: string;
        templateEvent?: Version3Models.NotificationEvent;
    }
    Index

    Properties

    description?: string

    The description of the event.

    id?: number

    The ID of the event. The event can be a Jira system event or a custom event.

    name?: string

    The name of the event.