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?
Hello @Ľuboš Laslop
you can remove Epics by adding a JQL-based Filter generator with a query like this: resolved >= -365d and setting the Filter on level setting to level 2. As a result, all non-matching Epics will be removed, including all of their direct sub-issues in the structure.
Please note - before adding a generator, you need to place the focus in the right place which is the name of the structure right below the Summary column's name.
I hope this helps. If you need further assistance or if you have other questions about Structure, please reach out to us directly at our support portal.
Best regards,
Stepan
Tempo (the Structure app vendor)
I don't think the fella was asking for a third party here...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.