Create new Project View filtering with AND, OR, NOT operators #16044
Replies: 10 comments 1 reply
-
|
Related to #15655 |
Beta Was 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). |
Beta Was 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. |
Beta Was this translation helpful? Give feedback.
-
|
We need this as well 👀 |
Beta Was this translation helpful? Give feedback.
-
|
I read #15655 and it seemed like commas acted like "or", but trying this to find tasks missing something: |
Beta Was this translation helpful? Give feedback.
-
|
same here |
Beta Was this translation helpful? Give feedback.
-
|
I need this to filter all the issues with missing fields, something like: |
Beta Was this translation helpful? Give feedback.
-
|
I would also like the filter to include OR functionality. |
Beta Was this translation helpful? Give feedback.
-
|
I get the feeling that projects is an abandoned feature at this point, it's missing so many fundamental features to make it competitive. Like filter/query operators for example.... |
Beta Was this translation helpful? Give feedback.
-
|
+1. |
Beta Was 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?Beta Was this translation helpful? Give feedback.
All reactions