I'm trying to find all issues where an issue's parent is not in the issues returned from a filter.
I tried this, but it doesn't work:
parent not in (filter != "All Current And Future Plan Issues")
Any suggestions on how to accomplish this?