Skip to content

Draft: [PoC] WorkItems Rolledup Tree work

Kassio Borges requested to merge kassio/work-items-rolledup-work into master

What does this MR do and why?

WorkItems: Update Rolledup dates when new child is created

As part of the epic, we need to ensure that when:

  • a new WorkItem is created, in a WorkItem hierarchy (!143956 (merged))
  • a WorkItem in a WorkItem hierarchy has its start/due date change ()

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

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

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

Before After

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