Skip to content

Adding board setting for all incidents column, making it overwrite filters to...

What does this MR do and why?

The board settings now has another checkbox for the list of all incidents. In response to a customer request #347153 (closed)

There's a new column in boards table "hide_incidents_list" that is set to true by default, the new setting has to be explicitly enabled. The new setting causes the boards to create another unmovable column right to backlog. The logic making it work is in the board_column.vue component.

While it's not the most elegant way to do it, it was probably the simplest one without changing much of other logic anywhere else.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Recording_2024-03-23_172520

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. In a GitLab EE create a group with a project, setup a cadence and add iteration
  2. In the Issue Board you are able to now enable Incidents column that ignores all filters and displays all incidents

Related to #347153 (closed)

Merge request reports