Details about a notification.

interface Notification {
    htmlBody?: string;
    restrict?: Version2.Version2Models.NotificationRecipientsRestrictions;
    subject?: string;
    textBody?: string;
    to?: Version2.Version2Models.NotificationRecipients;
}

Hierarchy (view full)

Properties

htmlBody?: string

The HTML body of the email notification for the issue.

subject?: string

The subject of the email notification for the issue. If this is not specified, then the subject is set to the issue key and summary.

textBody?: string

The plain text body of the email notification for the issue.