On a board I added 2 views, one for all (sub)items not done and one for all done (sub)items. On the first I added 2 filters:
select items without the status Done
select subitems without the status Done
Using And as relation between filters also removes all items without a subitem, even when it does not have the status Done.
Using Or always shows subitems that have the status Done.
I also tried to filter the other way around, not by filtering out Done, but by including all other statuses. The result was the same.
Posted here because I cannot find a board to report bugs.
I also have this issue @robopzet . It appears subitem filters remove any item with 0 subitems. It (wrongly) assumes that an item with 0 subitems fails the filter, because that items doesn’t have any subitems where the filter passes.
Am I missing something? Hoping someone knows a work around or can correct me.