Skip to content

Limit maximum number of child epics

Jan Provaznik requested to merge jp-epics-limit into master

What does this MR do and why?

Limits maximum number of child epics to 100. Existing child epics can be still updated even if limit was already reached (we check if parent has changed).

Related to #373700 (closed)

Screenshots or screen recordings

epictree1

How to set up and validate locally

  1. Change MAX_CHILDREN_COUNT constant to 1 and restart rails server
  2. Try to add an epic to a parent epic which already has some epic assigned

MR acceptance checklist

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

Edited by Jan Provaznik

Merge request reports