I am using structure plugin, and i have my sets of generators, now i want to filter out all epics which doesnt have sub items listed in the structure, how do i do that?
To filter out all epics which don't have sub-items listed in the structure using the Structure plugin, you can follow these steps:
1. Open the Structure you want to filter.
2. Click on the Filters menu.
3. Toggle the "Show full hierarchy" checkbox to enable it.
4. You will notice that the issues that match your filters appear normally on your timeline, while non-matching child issues, as well as their parent level issues, appear greyed out.
5. To only show issues that match your query, deselect the "Show full hierarchy" checkbox.
6. Now you can apply filters to your Structure. For example, you can filter out all epics that don't have sub-items by using the JQL query "issuetype = Epic and NOT issueFunction in subtasksOf('issuetype = Epic')".
7. Once you have applied the filter, you can save it for future use by clicking on the "Save filter" option.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.