Skip to content

Fix epic board children count and weight on card

What does this MR do and why?

In the current state of epic boards, epic children information on card (epic and issue children count and weight) only gets displayed when the epic has direct issue children.

This MR fixes this so that it takes into account issues belonging to epic children without having an issue as a direct child.

Screenshots or screen recordings

Before After
Screenshot_from_2023-10-19_12-00-56 Screenshot_from_2023-10-19_12-00-41

How to set up and validate locally

  1. Set up an epic with at least one child epic containing at least one child issue (add weight to the issue to test further)
  2. Locate your epic in an epic board. You should have Epic 1 > Epic 2 > Issue 1 hierarchy. The parent epic should not contain any issue as a direct child.
  3. Epic and issue children count and weight information should now display on the card.

MR acceptance checklist

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

Related to #428697

Edited by Florie Guibert

Merge request reports