Parent issue filter #191833
Parent issue filter
#191833
Answered by
ideepakchauhan7
Apr 8, 2026
Replies: 1 comment 1 reply
|
Hey @Biturb0bros! There's no dedicated "parent issues only" filter built into the Issues page, but you can get pretty close using the search bar with this qualifier:
This will show only issues that have at least one sub-issue linked to them, which effectively filters to just your parent issues. If you want to do the opposite and see only child/sub-issues, you can use:
A couple of things to keep in mind:
If you're not using sub-issues and are instead tracking relationships through labels or task lists, a simple workaround is to add a dedicated label like Hope that helps! |
1 reply
Answer selected by
Biturb0bros
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hey @Biturb0bros! There's no dedicated "parent issues only" filter built into the Issues page, but you can get pretty close using the search bar with this qualifier:
is:issue is:open has:sub-issueThis will show only issues that have at least one sub-issue linked to them, which effectively filters to just your parent issues.
If you want to do the opposite and see only child/sub-issues, you can use:
is:issue is:open is:sub-issueA couple of things to keep in mind: