NAME

JIRA::API::NotificationRecipients -

SYNOPSIS

my $obj = JIRA::API::NotificationRecipients->new();
...

PROPERTIES

assignee

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

groupIds

List of groupIds to receive the notification.

groups

List of groups to receive the notification.

reporter

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

users

List of users to receive the notification.

voters

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

watchers

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