Function get_notification_scheme

Source
pub async fn get_notification_scheme(
    configuration: &Configuration,
    id: i64,
    expand: Option<&str>,
) -> Result<NotificationScheme, Error<GetNotificationSchemeError>>
Expand description

Returns a notification scheme, including the list of events and the recipients who will receive notifications for those events. Permissions required: Permission to access Jira, however the user must have permission to administer at least one project associated with the notification scheme.