I’m trying to set some filters to get a list of tasks assigned to a specific user (across different projects) or with specific labels (also across different projects).
However, it doesn’t seem to work as expected.
For example:
-
I’m user “mario” and I set the filter
assignees in mario, but it also shows tasks that are not assigned to any user. -
I want to filter all tasks with the label
WIP, so I set the filterlabels=WIP, but it also shows tasks that are not labeled asWIP.
I’m using version 1.0 on Docker. Am I doing something wrong?