Show rolled up weights for issues
What does this MR do and why?
Show rolled up issue weight from child tasks when feature flag is enabled. This uses our cached weights in the DB.
References
Related to #556884 (closed) / #520886 (closed)
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
![]() |
How to set up and validate locally
- Enable the
use_cached_rolled_up_weightsfeature flag. - Create an issue with child tasks
- Update the weights on the tasks
- Refresh the issue page
Child items widget should show the sum of task weights and show a progress indicator depending on closed tasks.
Real-time update will be handled separately. Note that there is also a bug where the cached weight is not updated when linking an existing task with weight. You can trigger a recompute by changing the task weight.
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Heinrich Lee Yu

