Skip to content
Discussion options

You must be logged in to vote

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-issue

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:

is:issue is:open is:sub-issue

A couple of things to keep in mind:

  • These qualifiers work best if you're consistently using GitHub's native sub-issues feature (rather than just mentioning issues in the body)
  • You can bookmark the filtered URL once you've applied it so you don't have to type it ev…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Biturb0bros
Comment options

Answer selected by Biturb0bros
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issues Repository issues let you track features, problems, and more alongside your code Question Ask and answer questions about GitHub features and usage Welcome 🎉 Used to greet and highlight first-time discussion participants. Welcome to the community! source:ui Discussions created via Community GitHub templates
2 participants