As my list of completed tickets increases, the Done column in my kanban view gets longer and longer.
Ideally I would like:
- The done column to only show tickets that have been finished in the last month.
- The search bar still shows results for tickets that are older than a month.
- This age limit only applies to the done column.
What I have tried:
-
Setting the limit on the done column. This only produces a red warning at the top of the column telling you that you have X / Y tickets in the column. Not what I’m looking for. Also why are users able to set a limit on the done column? That’s where all tickets end up. What other recourse would a use have? Deletion?
-
Editing the kanban view to use a “Filter” Bucket configuration mode. My understanding is that with this option each bucket has tickets in them based on a predefined filter on each bucket. I ran into some issues with this:
- I can’t get any tickets showing up in the buckets i created. I added a bucket called “test” with the filter
done != true
and saved it. No bucket showed up when i went back to the view. I tried a few other queries but nothing seemed to work. I’m guessing my queries are malformed but there’s no feedback. - Even if i could get the filter bucket mode working I am guessing that it is intended to be more of a static view where you don’t move cards from bucket to bucket which is not what I’m after.
- I can’t get any tickets showing up in the buckets i created. I added a bucket called “test” with the filter
Anyone know how to solve this?