Hello dear community
,
Iโd love to be able to have a column on my project (Beta) view which would display issues which have label
foo and/or label๐bar.
And a more extended version of that would be the ability to do things like (pseudo code) :
label:foo without label:bar
Could you help/guide me ?
Thank you 
Henri
1 Like
+1. At least very similar. I would like to be able to create a view with multiple filters for the same field. I see that multiple filters is possible, but only for different fields:
Ref From Filtering projects (beta) - GitHub Docs
Separate multiple filters with a space. For example, status:"In progress" -label:"bug" no:assignee
will show only items that have a status of In progress
, do not have the label bug
, and do not have an assignee.
So similar to status:"In progress" -label:"bug"
I would like label:foo label:bar
to give a view which shows all issues with label:foo OR label:bar (I have no opinion on how to handle OR vs AND, but would like the ability for both)
2 Likes
This post was flagged by the community and is temporarily hidden.
It sounds cool thank you for your reply but a little bit too complicated for me.