You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
1. Will I have to create discussion like this next time or is there a special form for ideas?
2. I have lists "planned", "need to do", "today", etc. Sometimes task from "need to do" (or from any other list) has the due date. And then I transfer it to "planned" that already has many cards. So I want to have in automation section possible to sort added card by due date.
It's also very help, when I transfer cards from "planned list of year kanban" to "planned list of current month kanban".
The best automation for this is:
When a card is added to list regex:/(Planned|Need to Do|Today)/, sort the list "listname" by due date ascending
In the part in brackets (Planned|Need to Do|Today), you can include any of the lists you want to be sorted by due date when a card is added....