Feature request: Allow negative label filter for issues/merge requests
Such a feature exists in Github. e.g.
One positive and one negative filter
The Github search query looks like this to the user:
is:open is:issue label:"Awaiting feedback" -label:"Issue tracker"
Given Gitlab doesn't (yet) have this concept of an advanced filter bar, it could simply be supported via an updated URL for now:
...&-label_name=blocked