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

    Interface NotificationScheme

    Details about a notification scheme.

    interface NotificationScheme {
        description?: string;
        expand?: string;
        id?: number;
        name?: string;
        notificationSchemeEvents?: Version3Models.NotificationSchemeEvent[];
        scope?: Version3Models.Scope;
        self?: string;
    }
    Index

    Properties

    description?: string

    The description of the notification scheme.

    expand?: string

    Expand options that include additional notification scheme details in the response.

    id?: number

    The ID of the notification scheme.

    name?: string

    The name of the notification scheme.

    notificationSchemeEvents?: Version3Models.NotificationSchemeEvent[]

    The notification events and associated recipients.

    self?: string