Details about a notification.

interface Notify {
    htmlBody?: string;
    issueIdOrKey: string;
    restrict?: Version3.Version3Models.NotificationRecipientsRestrictions;
    subject?: string;
    textBody?: string;
    to?: Version3.Version3Models.NotificationRecipients;
}

Hierarchy (view full)

Properties

htmlBody?: string

The HTML body of the email notification for the issue.

issueIdOrKey: string

ID or key of the issue that the notification is sent for.

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.