Skip to content

Add Incident Tag help popover to timeline add/edit forms

Paulina Sedlak-Jakubowska requested to merge 373854-incident-tag-popover into master

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
event_tag_edit_without_popover event_tag_edit_with_popover

How to set up and validate locally

  1. Open the Rails Console in a terminal under the gitlab/ folder: rails c
  2. Run Feature.enable(:incident_event_tags) to enable to feature globally for your GitLab instance.
  3. Navigate to Monitor > Incidents page
  4. Create new or open an existing incident
  5. Navigate to Timeline tab of the incident
  6. Click "Edit" button in the More dropdown of a specific event or "Add new timeline event"
  7. 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.

Related to #373854 (closed)

Edited by Paulina Sedlak-Jakubowska

Merge request reports