I need to create a filter for my Kanban board to remove certain assignees. So, for example, if I want to only show assignees on my project team I set up a filter that removes items assigned to Development and R&D. I've done this by adding one of the following filters:
Both of the above filters remove items assigned to these specific users, which is what I want. However, they also remove items that are unassigned. I need items that are unassigned to remain in the list. I'm a bit confused because nowhere in the filters above have I asked it to remove unassigned or EMPTY assignee issues.
So, instead of the expected behavior, the filters are actually acting like this:
Is there a reason for this? Is there a different filter I can use to remove items assigned to a specific user(s) from the list AND still show unassigned items?
Thanks!
Mmmh. I would simply try it like this:
project=xxx and .... and (assignee not in (development,"r&d") or assignee is empty)
Worked! Thank you!!! New filter is:
project="TESTPROJECT" and (assignee not in (development, devtm) or assignee is empty)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.