grafana / incident-community

Public repository for Grafana Incident feedback, bug reports, discussions, and updates.
26 stars 2 forks source link

Incident presentation order does not respect start / end date #46

Closed dstockhammer closed 1 year ago

dstockhammer commented 1 year ago

Describe the bug The order of incidents in the incidents presentation appears to be the order of creation of the Grafana Incident, not the overridden values. See also https://github.com/grafana/incident-community/issues/45

As a side note (maybe not a bug), I would expect the start and end dates to be shown in the timeline, since that's key information.

To Reproduce Steps to reproduce the behavior:

  1. Create some incidents
  2. Override start and end dates

Expected behavior The incidents presentation should be ordered by the start dates, not the incident creation dates

Relevant system information

paulcoghlan commented 1 year ago

Hi again @dstockhammer. As for https://github.com/grafana/incident-community/issues/47, we have a new version (1.0.29) which should have resolved the issue. Would you mind checking again?

Thanks again for your patience.

dstockhammer commented 1 year ago

Hi there, at a quick glance it looks like the issue is resolved, thanks!