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?: Version2Models.NotificationSchemeEvent[];
        projects?: number[];
        scope?: Version2Models.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?: Version2Models.NotificationSchemeEvent[]

    The notification events and associated recipients.

    projects?: number[]

    The list of project IDs associated with the notification scheme.

    self?: string