Function get_notification_scheme_for_project

Source
pub async fn get_notification_scheme_for_project(
    configuration: &Configuration,
    project_key_or_id: &str,
    expand: Option<&str>,
) -> Result<NotificationScheme, Error<GetNotificationSchemeForProjectError>>
Expand description

Gets a notification scheme associated with the project. See the Get notification scheme resource for more information about notification schemes. Permissions required: Administer Jira global permission or Administer Projects project permission.