Skip to content

Notification Routing

Configure where issue notifications land — by service, by occurrence type (new vs. regression), and across the channels you’ve set up.

Open the Issues list page. The header has a Notification settings button.

Issues list with Notification settings button

Clicking it opens the Issues-scoped notification settings page:

  • <workspace>/issues/notifications — list of all issue notification policies.
  • <workspace>/issues/notifications/create — create a new policy.
  • <workspace>/issues/notifications/<id> — edit a policy.

Each policy is workspace-scoped (not per-issue) and has three fields:

FieldWhat it does
NameHow the policy shows up in the list.
ConditionsOne or more rows. Each picks an Issue type (New issues or New and regression) and one or more Target services.
Notification channelsOne or more channels that receive the notification.

A Disabled toggle lets you save the policy without activating it.

  1. Open Issues → Notification settings and click New policy.
  2. Name the policy.
  3. Add one or more conditions. Select the Issue type (New issues or New and regression) and one or more Target services from the autocomplete (suggestions come from services emitting telemetry).
  4. Select one or more Notification channels from the multi-select.
  5. Click Save.

This page is a dedicated settings surface for issues because the grouping engine and Routing Rules currently handle alert signals only. Issues may converge onto the routing-rules engine in a future release; if that happens, existing issue notification policies will migrate automatically — no recreation required.