-
Story
-
Resolution: Done
-
Critical
-
None
-
None
-
False
-
-
False
-
None
-
None
-
None
-
None
Description
As a user of troubleshooting panel, I want to be able to navigate to a specific incident from the troubleshooting panel. This needs to be achieved by passing the group id as part of the url. Also, when filtering a specific incident (by clicking on it), I want to be able to get the group id of the selection from the url, so that the troubleshooting panel can show the context properly.
Acceptance Criteria
Given I know the id of the incident I want to show
When I pass the group id as part of the url
Then the incident ui is show with the particular incident to be filtered.
Given I'm at the incident UI.
When I click a particular incident to show the details.
Then the selected incident id should be part of the current url, so that I can be read by the troubleshooting panel UI.
Additional notes:
Here's an example of integration done on the troubleshooting panel side https://github.com/openshift/troubleshooting-panel-console-plugin/blob/main/web/src/korrel8r/netflow.ts
This story is also relevant to the mutli-cluster story, where we need to be able to navigate to a specific incident from outside.