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

    Interface AddNotifications

    Details of notifications which should be added to the notification scheme.

    interface AddNotifications {
        id: string;
        notificationSchemeEvents: Version2Models.NotificationSchemeEventDetails[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: string

    The ID of the notification scheme.

    The list of notifications which should be added to the notification scheme.