Create new Project View filtering with AND, OR, NOT operators #16044
Replies: 7 comments
-
Related to #15655 |
BetaWas this translation helpful?Give feedback.
-
According to the documentation:
It's a shame that full OR remains unsupported; it means I can't filter to, say, the Issues and PRs where either I'm assigned to work on them or where I'm a reviewer (that is, all the items in the project where I'm actioned to do something with them). Or the equivalent for someone else. Especially as well as combining that with other filters (e.g., to exclude the closed issues). |
BetaWas this translation helpful?Give feedback.
-
Agreed. This is a big limitation in my opinion. I end up having to create multiple views when I really just want one view. Seems like something that should be easy if filtering on multiple values of the same field is possible. |
BetaWas this translation helpful?Give feedback.
-
We need this as well 👀 |
BetaWas this translation helpful?Give feedback.
-
I read #15655 and it seemed like commas acted like "or", but trying this to find tasks missing something: |
BetaWas this translation helpful?Give feedback.
-
same here |
BetaWas this translation helpful?Give feedback.
-
I need this to filter all the issues with missing fields, something like: |
BetaWas this translation helpful?Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to filter Projects with the
AND,OR,NOToperators? I tired to create a Project View with the filter( repo:"x" OR repo:"y" ) AND -status:Donebut that didn't seem to work. I was looking at the docs and they is suggest that these operators are possible but not much about how to use them:I found some more details on
NOThere but I could only get the-to work not theNOToperator. Is it safe to say that the GitHub search syntax doesn't work for GitHub Projects?BetaWas this translation helpful?Give feedback.
All reactions