We have a Kanban board that is very slow to load due to the amount of content in the Ready for Development and Done columns.
Im trying to set up a "quick view" board that has a subset of workflow state. What Ive been able to do is have just the in progress columns but what Im also (unsuccessfully) trying to do is have those same columns as well as the Done column but only show things in Done that have been completed in the last week.
Was trying to use something like the below where only for things in the Done status, show where resolved within the last week but for everything else, show it all (since they arent done)
status = Done AND resolved >= -1w OR issuetype not in (Sub-task, "Technical task", "Functional rejection") AND project = "Project Unity" ORDER BY Rank
Any suggestions?
what many of us do for Kanban is to add a filter to age out the Done and we use the Sub-filter for it.
resolved >= -1w OR resolved IS EMPTY
thanks - I hadnt noticed that subfilter previously. I think that does the trick
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.