Skip to content

Add ability to promote note to an incident timeline event in incidents

Rajendra Kadam requested to merge 344058-add-timeline-event-from-comment into master

What does this MR do and why?

Relates to #344058 (closed)

Adds the ability for incident-type issues to promote a note to an incident timeline event.

This functionality is added via a clock icon in the note actions.

Note

To make the new event as mentioned in the design, we will need a backend change first and then frontend change, which I will be doing it in a follow-up MR. This MR can be merged independently as the first iteration.

Screenshots or screen recordings

  1. Icon

Screenshot_2022-08-24_at_9.34.13_AM

  1. Tooltip on the icon

Screenshot_2022-08-24_at_9.34.36_AM

  1. Recording of the feature

Screen_Recording_2022-08-24_at_9.41.07_AM

How to set up and validate locally

  1. Open a new or existing incident from Monitor > Incidents
  2. Add new comment or check the clock icon on the existing comment in the note actions.
  3. Click on it.
  4. Check the toast message on the bottom left.
  5. Refresh the page.
  6. Check for system note that an event was added.
  7. Check the Timeline tab and see the comment that got added as an event.

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 #344058 (closed)

Edited by Rajendra Kadam

Merge request reports