NAME
JIRA::API::Notification -
SYNOPSIS
my $obj = JIRA::API::Notification->new();
...
PROPERTIES
htmlBody
The HTML body of the email notification for the issue.
restrict
Restricts the notifications to users with the specified permissions.
subject
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
The plain text body of the email notification for the issue.
to
The recipients of the email notification for the issue.