Hi y'all! 😎 👋
Life as a Freelance Consultant for some of the coolest company's in the world has me busssssy.... so, my Trello board to manage all tasks is overflowing and now I need better ranking on my cards to work out the day's/week's highest Prios.
But I need it automated as much as possible, as well! 🔁
Herewith an example: this List is just in order of when Cards were added. No ranking yet. But there is a clear 'this week / next week / another week' to their importance
(Overall I have about 8 lists... and they're all filling up real ass quick!!! 🤯)
Love this question. The amazing thing about Trello is its flexibility so I hope you get some ideas from different people who will use Trello in different ways.
The ideas below are all designed to work without you changing your board structure and are designed that you can quickly rank things on the card front without having to open the Trello card, saving valuable seconds...
Of course, if you don't mind clicking into the card, you can add a Priority custom field to the card and set that to be visible on the card front and trigger off it in an automation
when the custom field priority is set in a card, sort the list by custom field "Priority" ascending
If you do prefer working with the card fronts, here are some ideas...
Firstly, create a label or set of labels to give you a ranking system, you can either just have a red 🛑 Priority label or have something like 🛑 Urgent, ⬆️High, 🔵Medium, ⬇️Low.
The automation for sorting will be something like,
when the label "regex:/🛑 Urgent|⬆️High|🔵Medium|⬇️Low/" is added to a card, sort the card by label 🛑 Urgent,⬆️High,🔵Medium,⬇️Low ascending
You might want additional automations to ensure things stay tidy and you don't end up with cards that have all the priorities on them
when the label "regex:/🛑 Urgent is added to a card, remove the ⬆️High label from the card, remove the 🔵Medium label fromt he card, remove the ⬇️Low label from the card
You could add a code to the naming convention of the card, like P1, P2, P3...
I would advise for speed to stick it at the end of the name, you can then put easily in the card name either at creation or when editing a card (keyboard shortcut for quickly editing the name from the card front is 'E'
The key is to have the automation trigger of
when the name of a card contains "regex:/P(1|2|3)/"...
There are several options at this point...
When you use the keyboard shortcut 'D', the date popup defaults to the exact time on the following day. You can use this default date setting to be your prioritisation trigger.
when a due date is set on a card, sort the list by due date ascending
@Dreamsuite Mike - epic stuff. One of these is definitely the answer... I just need to sit with some admin time and working it all out, then I can share what I went with.
AMAZABALLZ!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still working out the best approach for myself @Dreamsuite Mike
Right now, Labels is for sure the one that will work best for me: I don't use Dates, and I want the colours of labels/custom fields to help with overview, so Naming Convention not ideal/applicable.
Where I need to make a decision:
- Do I stick to my current Labels convention, that each Label is the project (and thus I would have to use your recommended solution but with a new Custom Label), or;
- Totally re-set-up my board to use Lables as priorities and the projects is a custom field....
One is gonna be fastest admin wise but ugly and in-scalable. The other admin intense with a better outcome and will work longer term!!
Let you know the final outcome...!
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.