Skip to content

Add checks to prevent cycling hierarchy

Jarka Košanová requested to merge 9586-check-epics-structure into master

What does this MR do?

It adds checks when adding an epic to a parent epic

  • if a given child epic is not the same as the parent epic
  • if a given child epic is not parent of the given parent epic or any other epic of the parent epic parents

What are the relevant issue numbers?

Closes #9586 (closed)

Does this MR meet the acceptance criteria?

Merge request reports