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

    Interface NotificationSchemeEvent

    Details about a notification scheme event.

    interface NotificationSchemeEvent {
        event?: Version2Models.NotificationEvent;
        notifications?: Version2Models.EventNotification[];
    }
    Index

    Properties