I have a structure with the following issue types at each level:
1. Initiative
2. -> Portfolio Epic
3. -> -> Capability
4. -> -> -> Feature
5. -> -> -> -> Story
All issue types are linked by a parent - child relationship. The structure is defined as follows:
Extend: Add sub-tasks
Extend: Add issues linked by Hierarchy: parent is parent of children
Insert issues: project = INIT AND type = Initiative AND (resolution is Empty or resolved >= -365d)
I don't know how to filter out only those Portfolio Epics that are resolved more than a year ago. Can anyone advise me how to do that?