You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.