Skip to content

WorkItems: Update Rolledup dates when a child milestone is updated

What does this MR do and why?

WorkItems: Update Rolledup dates when a child milestone is updated

As part of the epic, we need to ensure that when a child milestone is updated, in a WorkItem hierarchy we update all the parent WorkItems in that hierarchy with rolledup dates to use the most broad start/due dates in its hierarchy.

This is being developed behind the feature flag: work_items_rolledup_dates

Related to: #434835 (closed)

Changelog: added EE: true

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

The query on the top is running every 2s, when changing a child milestone, the parent is also updated.

Screen_Recording_2024-03-08_at_18.09.11

How to set up and validate locally

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

Edited by Kassio Borges

Merge request reports