Advanced Search for Issues Public Preview #148716
Unanswered
github-staff
asked this question in
Projects and Issues
Replies: 2 comments 3 replies
-
When will this be coming to Projects? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Is there (or will there be) a way to use nested queries to filter based on properties of related issues? For example if I want to search for "open sub-issues where the parent issue is assigned to me". Or "issues which have a sub-issue with the blocked label". |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Feedback wanted
Thank you for participating in the advanced search for issues public preview. Please leave your feedback below on what is working well, any bugs you encounter, and what else you’d like to see!
To provide your feedback on other experiences released at the same time, please visit:
Writing advanced searches
From the repository Issues page, you can now build advanced queries using the
AND
andOR
keywords, as well as nested queries using parentheses up to 5 layers deep. Here is the existing search syntax documentation for reference.This search allows you to find issues that are either bugs or have high priority.
This search allows you to find issues that were created in the last week that are either bugs or tasks, or medium priority ones you've authored.
Things to note
repo
,org
, anduser
fields currently function asOR
filters when a space is included between them, rather than anAND
search as it works for other fields. These fields are not yet supported in nested queries.Looking for feedback
Please leave your feedback below 👇 on what is working well, what can be improved, and what else you’d like to see!
Beta Was this translation helpful? Give feedback.
All reactions