Interactively update board lists
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
- Open any issue or epic board
- Create a list scoped to issue, assignee, milestone or iteration
- Apply any of these properties to the board card in
Backlog
list and observe the changes - Now remove any property and make sure the card is correctly removed from the respective list.
Related to #468187 (closed)
Edited by Amanda Rueda