Add Incident Tag help popover to timeline add/edit forms
What does this MR do and why?
- adds an icon that shows a popover when triggered, with information about incident event tags & with a link to documentation (it's being added here: !107209 (merged) )
Screenshots or screen recordings
before | after |
---|---|
How to set up and validate locally
- Open the Rails Console in a terminal under the gitlab/ folder: rails c
- Run Feature.enable(:incident_event_tags) to enable to feature globally for your GitLab instance.
- Navigate to Monitor > Incidents page
- Create new or open an existing incident
- Navigate to Timeline tab of the incident
- Click "Edit" button in the More dropdown of a specific event or "Add new timeline event"
- Click a question mark next to "the tags dropdown"Event tag (optional)" headline to trigger the popover.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #373854 (closed)
Edited by Paulina Sedlak-Jakubowska