Skip to content

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
Screenshot_2024-08-27_at_3.49.12_PM Screenshot_2024-08-27_at_3.48.40_PM

Blocking example (1 of blocking items is closed)

This MR (child/linked items) Lists example today
Screenshot_2024-08-27_at_3.52.36_PM Screenshot_2024-08-27_at_3.52.43_PM
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.