I have a filter that returns a group of parent tasks based on some criteria.
I can use this as a group of problems for further searching with filter = FilterName I would like to be able to use this in the parent field search in the form
parent IN (filter = FilterName)
Is it possible?
source share