Hi - I'm having trouble with a Kanban board sub-filter where on the board I want to display all open issues and those issues that were closed (i.e. status = Done, Canceled) in the month.
status in (Evaluation, "In Progress", "Selected for Development", BusinessTesting, Done, Canceled) AND status changed to Done during (-1m, now()) --> this doesn't return anything
status in (Evaluation, "In Progress", "Selected for Development", BusinessTesting, Done, Canceled) OR status changed to Done during (-1m, now()) --> returns all open issues and all Done issues.
Thoughts?
Why are you using subfilter for this when it's a feature to handle this outside of the filter/subfilter?
Hi Steven - Where are you seeing that? I'm in the cloud version. I looked in Board Setting (general tab) and don't see it there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.