issueNotificationSchemes property
This resource represents notification schemes, lists of events and the recipients who will receive notifications for those events. Use it to get details of a notification scheme and a list of notification schemes.
About notification schemes
A notification scheme is a list of events and recipients who will receive
notifications for those events. The list is contained within the
notificationSchemeEvents
object and contains pairs of events
and
notifications
:
-
event
Identifies the type of event. The events can be Jira system events (see the Events section) or custom events. -
notifications
Identifies the recipients of notifications for each event. Recipients can be any of the following types:CurrentAssignee
Reporter
CurrentUser
ProjectLead
ComponentLead
User
(theparameter
is the user key)Group
(theparameter
is the group name)ProjectRole
(theparameter
is the project role ID)EmailAddress
(deprecated)AllWatchers
UserCustomField
(theparameter
is the ID of the custom field)GroupCustomField
(theparameter
is the ID of the custom field)
Implementation
late final issueNotificationSchemes = IssueNotificationSchemesApi(_client);