OptionalhtmlBody?: stringThe HTML body of the email notification for the issue.
ID or key of the issue that the notification is sent for.
Optionalrestrict?: {OptionalgroupIds?: string[]List of groupId memberships required to receive the notification.
Optionalgroups?: {List of group memberships required to receive the notification.
Optionalpermissions?: { id?: string; key?: string; [key: string]: unknown }[]List of permissions required to receive the notification.
Optionalsubject?: stringThe subject of the email notification for the issue. If this is not specified, then the subject is set to the issue key and summary.
OptionaltextBody?: stringThe plain text body of the email notification for the issue.
Optionalto?: {Optionalassignee?: booleanWhether the notification should be sent to the issue's assignees.
OptionalgroupIds?: string[]List of groupIds to receive the notification.
Optionalgroups?: {List of groups to receive the notification.
Optionalreporter?: booleanWhether the notification should be sent to the issue's reporter.
Optionalusers?: {List of users to receive the notification.
Optionalvoters?: booleanWhether the notification should be sent to the issue's voters.
Optionalwatchers?: booleanWhether the notification should be sent to the issue's watchers.
Optionaloptions: RequestOptions
Creates an email notification for an issue and adds it to the mail queue.
Permissions required: