Hi everyone,
I'm trying to create an automation in Trello that can help track whether a task (sending a letter to a client) is completed within a specific time frame. Here's the scenario:
After a meeting, the letter must be sent to the client within 10 working days (WDs). If the "Sent to Client" date is within this time frame, the status should be "No Breach." However, if it's sent after 10 WDs, the status should automatically change to "Breach."
For example:
Is it possible to set up an automation in Trello to automatically calculate working days and set a field (like a label or custom field) based on whether the task was completed on time or not?
Any guidance would be greatly appreciated!
Hi Joey!
If I understood your use case correctly, you can use automation to achieve your goal.
Start by creating the following Custom Fields:
Then you can create a rule to fill the "Sent to Client date" Custom Field when "Sent to Client" is checked. Here's an example:
when custom field "Sent to Client" is checked, set date custom field "Sent to Client date" to now
After that, create two rules that trigger when the "Sent to Client date" is filled, one for each status, and add a filter for cards with the "Meeting date" field set to a date less/more than 10 working days ago. Use these rules as examples:
when custom field "Sent to Client date" is set in a card with custom field "Meeting date" set to a date less than 10 working days ago, set custom field "Status" to "No Breach"
when custom field "Sent to Client date" is set in a card with custom field "Meeting date" set to a date more than 10 working days ago, set custom field "Status" to "Breach"
Let me know if this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.