Filter out linked items in Linked and Child Items widgets based on the closed state
Summary
This is the frontend issue needed to be done after #481590 (closed) is closed.
Proposal
As it relates to the counts of the relationship items we show – we should exclude closed items (as if an item is closed, it isn't important to indicate as it is no longer being blocked/blocking). This is similar to what we do on things like Boards and List pages today (see examples below)
Blocked example (1 of blocked by items is closed)
| This MR (child/linked items) | Boards example today |
|---|---|
![]() |
![]() |
Blocking example (1 of blocking items is closed)
| This MR (child/linked items) | Lists example today |
|---|---|
![]() |
![]() |
Acceptance criteria
-
On list items that are Blocked by other items or are Blocking other items, closed items should be filtered out and should not be displayed.



