Skip to content

Fix depth check when adding existing epics

Nicolas Dular requested to merge nd/fix-epix-hierarchy-depth-check into master

What does this MR do and why?

Issue: #387128 (closed)

Before this change, when adding an existing epic to the hierarchy, we did not calculate the right depth during validation and didn't allow creating hierarchies that are 7 levels deep.

For new epics it worked as we're not accounting for the Epic's hierarchy.

This off-by one error is now fixed as the new calculation uses 1 as the minimum hierarchy.

Screenshots or screen recordings

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

How to set up and validate locally

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

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports

Loading