How to filter in GitHub Projects by assignee:@me OR no:assignee? #153563
Replies: 4 comments 2 replies
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
|
Currently looking for something along these lines as well. Only thing i found close enough to it is that you can do assignee:@me, @otheruser and then it will do a or operation on that. But you cant pass @noAssignee to it, you would have to use no: assignee as you stated. The fact that you recently made this question and there has been no answer leads me to believe that currently there is no way of doing this. Hope they add it soon. |
Beta Was this translation helpful? Give feedback.
-
|
How to reopen this? This would also be good for |
Beta Was this translation helpful? Give feedback.
-
|
I agree that we do need this:
This is very important for planning purposes. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Feature Area
Projects
Body
Context
In GitHub Issues, I can filter tasks using the
ORoperator, for example:This allows me to see issues that either have no assignee or are assigned to me.
Problem
When trying to apply this type of filter in GitHub Projects, it does not seem to work. If I select both filters separately (
assignee:@meandno:assignee), it only shows tasks that match both conditions (none), instead of either one.Question
Is there currently a way to filter tasks in GitHub Projects with an
ORcondition? If not, is this something that could be considered as a future improvement?Why is this useful?
Being able to filter with
ORwould help in managing tasks more efficiently, for example, by quickly identifying:Thanks in advance for any insights or workarounds! 🙌
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions