Skip to content

Interactively update board lists

Natalia Tepluhina requested to merge ntepluhina-update-board-lists into master

What does this MR do and why?

Previously, whenever we applied changes to the board card via sidebar, these changes were not reflected on the boards lists. Example: we have a list with label test, and we apply the label to the board card in the backlog. The card did not appear in the test list.

This MR enables interactive updates of the board lists: now, when we apply the test label, the card is correctly moved to the test list.

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

Before After
before after

How to set up and validate locally

  1. Open any issue or epic board
  2. Create a list scoped to issue, assignee, milestone or iteration
  3. Apply any of these properties to the board card in Backlog list and observe the changes
  4. Now remove any property and make sure the card is correctly removed from the respective list.

Related to #468187 (closed)

Edited by Amanda Rueda

Merge request reports