After attempting to fix this issue: #123089
Observability will have Unknown for the rule name and the link will be unclickable. The rule can still accessed via the flyout.
To fix this we need to implement useFetchAlertData here: https://github.com/elastic/kibana/blob/main/x-pack/plugins/observability/public/pages/cases/helpers.ts#L16
Example

After attempting to fix this issue: #123089
Observability will have
Unknownfor the rule name and the link will be unclickable. The rule can still accessed via the flyout.To fix this we need to implement
useFetchAlertDatahere: https://github.com/elastic/kibana/blob/main/x-pack/plugins/observability/public/pages/cases/helpers.ts#L16Example