I would like to build a filter that does 2 things
1 Find all features that are in ( On Deck, Backlog, Open)
2 Find all issues that have the feature as a parent that are In Progress
I have tried filter project = xx and Issuetype = feature and status in (On Deck, Backlog, Open) and issuetype = In Progress
nothing is returned but I think my logic is bad. somehow the feature needs to be the parent.
Help