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

    Interface CreateNotificationSchemeDetails

    Details of a notification scheme.

    interface CreateNotificationSchemeDetails {
        description?: string;
        name: string;
        notificationSchemeEvents?: Version3Models.NotificationSchemeEventDetails[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string

    The description of the notification scheme.

    name: string

    The name of the notification scheme. Must be unique (case-insensitive).

    notificationSchemeEvents?: Version3Models.NotificationSchemeEventDetails[]

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