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

    Interface NotificationRecipients

    Details of the users and groups to receive the notification.

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

    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.