Details about a notification event.

interface NotificationEvent {
    description?: string;
    id?: number;
    name?: string;
    templateEvent?: Version2.Version2Models.NotificationEvent;
}

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.