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

    Interface NotificationSchemePayload

    The payload for creating a notification scheme. The user has to supply the ID for the default notification scheme. For CMP this is provided in the project payload and should be left empty, for TMP it's provided using this payload

    interface NotificationSchemePayload {
        description?: string;
        name?: string;
        notificationSchemeEvents?: Version3Models.NotificationSchemeEventPayload[];
        onConflict?: string;
        pcri?: Version3Models.ProjectCreateResourceIdentifier;
    }
    Index

    Properties

    description?: string

    The description of the notification scheme

    name?: string

    The name of the notification scheme

    notificationSchemeEvents?: Version3Models.NotificationSchemeEventPayload[]

    The events and notifications for the notification scheme

    onConflict?: string

    The strategy to use when there is a conflict with an existing entity