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

    Interface Notify

    Details about a notification.

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

    Hierarchy (View Summary)

    Index

    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.