Skip to content

Migrate grafana notifications to Azure DevOps#6459

Closed
garath wants to merge 2 commits intomainfrom
mistucke/6314-migrate-grafana-notifications
Closed

Migrate grafana notifications to Azure DevOps#6459
garath wants to merge 2 commits intomainfrom
mistucke/6314-migrate-grafana-notifications

Conversation

@garath
Copy link
Copy Markdown
Member

@garath garath commented Feb 25, 2026

Currently, Grafana alerts open GitHub issues. This change updates this service to open issues in Azure DevOps instead.

Resolves #6314

- Introduced GrafanaAlert section in configuration files (Development, Production, Staging, and general settings).
- Implemented IAzureDevOpsWorkItemClient interface and AzureDevOpsWorkItemClient class for managing Azure DevOps work items.
- Updated Startup class to configure GrafanaAlertOptions and register AzureDevOpsWorkItemClient.
- Enhanced AlertHookController to utilize the new Azure DevOps client for work item management.
Copy link
Copy Markdown
Member

@missymessa missymessa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM shipit

@garath garath closed this Mar 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Modify DotNet.Status.Web to open Grafana Alert issues in Azure DevOps instead of GitHub

2 participants