Resolve "Add Incident Tag to the 'add item' and 'edit item' forms"
What does this MR do and why?
Create timeline event form
- Adds a dropdown with multiple select options for event tags
- Fills event note with default note, when tag is selected and note is empty
- Allows for creating an event with or without tags
Edit timeline event form
- Allows for changing tags per event
Timeline event list
- Passes first event tag to the list item component
Notes
Screenshots or screen recordings
description | before | after |
---|---|---|
create event form | ||
+ select one tag & default note added | ||
+ select multiple tags | ||
event added to the list | ||
edit event form |
How to set up and validate locally
- Navigate to Monitor > Incidents page
- Create new or open an existing incident
- Navigate to Timeline tab of the incident
- Click "Add new timeline event" button at the bottom
- Select an event tag. You can than customise the event note and/or select another tag.
- Click "Save" button
- For newly created event item, click "More" button and choose "Edit"
- Change event tags, by selecting/deselecting them within the dropdown.
- Click "Save" button
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)