Resolve "Add Incident Tag to the 'edit item' form"
What does this MR do and why?
- allows to edit the tags, when timeline event is edited
- formats retrieved event tags into an array
- documents timeline event tags feature
Screenshots or screen recordings
before | after |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- 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
- Choose a tag from dropdown
- Save the changes
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