-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
Is your feature request related to a problem? Please describe
In bpmn we use the default filter to remove some unrelated repos from our task board. But if a user enters a custom query that filter no longer applies and I have to combine the default filter and my filter manually
Eg:
- https://tasks.bpmn.io/board?c=%21Inbox contains no form-js issues
- https://tasks.bpmn.io/board?c=%21Inbox&s=is%3Aunassigned+ does contain them
Describe the solution you'd like
I would like an easy way to combine the default filter with the user filter. This could be a simple toggle button similar to vscode exclude filter toggle:
Describe alternatives you've considered
just combine the filters by default. Maybe this is also a bug and that was the intended behavior
Additional context
If you agree that that would be a nice feature to have I could work on it myself
Reactions are currently unavailable