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:
-
eventIdentifies the type of event. The events can be Jira system events (see the Events section) or custom events. -
notificationsIdentifies the recipients of notifications for each event. Recipients can be any of the following types:CurrentAssigneeReporterCurrentUserProjectLeadComponentLeadUser(theparameteris the user key)Group(theparameteris the group name)ProjectRole(theparameteris the project role ID)EmailAddress(deprecated)AllWatchersUserCustomField(theparameteris the ID of the custom field)GroupCustomField(theparameteris the ID of the custom field)
Implementation
late final issueNotificationSchemes = IssueNotificationSchemesApi(_client);