I have a filter to return a group of parent tasks based on some criteria.
I can use this as a group of issues to search further using filter = FilterName
What I would like to be able to do is to use this in the parent field search in something like
parent IN (filter = FilterName)
Is this possible?