I would like to be able to configure a board/display so that it displays multiple columns based on the due date.
Quick Filters work like so:
- Due Today: duedate <= 1d
- Due This week: duedate <= 7d
- Due Next week: duedate >= 7d AND duedate <= 7d
- Unassigned: assignee = none
- etc.
I would like to have them viewed in a column fashion and have the items displayed below with the items of highest priority near the top:
Due Today | Due This Week | Due Next Week | Unassigned |
How would I go about doing this?
Thanks!