Details of the users and groups to receive the notification.

interface NotificationRecipients {
    assignee?: boolean;
    groupIds?: string[];
    groups?: Version2.Version2Models.GroupName[];
    reporter?: boolean;
    users?: Version2.Version2Models.UserDetails[];
    voters?: boolean;
    watchers?: boolean;
}

Properties

assignee?: boolean

Whether the notification should be sent to the issue's assignees.

groupIds?: string[]

List of groupIds to receive the notification.

List of groups to receive the notification.

reporter?: boolean

Whether the notification should be sent to the issue's reporter.

List of users to receive the notification.

voters?: boolean

Whether the notification should be sent to the issue's voters.

watchers?: boolean

Whether the notification should be sent to the issue's watchers.