Trello automation + API to the rescue again!!
Copy both the API key and Token to a safe place, you will need them later...
Not many people know this but Trello automation includes the ability to issue HTTP requests. If you're interested in this, look here
But its not important to know about it, just follow my steps.
In this example, I am setting the due date of a card in List 1 and the automation will update it on the linked card in List 2
For this, we are going to use the trigger
when a due date is set on a card in list 1
Step 2 - Add the cascade action
In this example, I am going to set the date of the card linked as an attachment to Card 1
find the first card linked in the attachments
The automation looks as follows:
π€ Trello Nerd Step - Add lead or lag to card 2 date
What if you want the date on Card 2 to be 1 week after the date on Card 1. That can be done too...Use this guide as a reference:
https://support.atlassian.com/trello/docs/arithmetic-and-formatting-in-date-variables/
Simply replace the payload above with this one:
{"due": "{triggercardduedate+1w}"}
You can use min for minutes, h for hours, d for days, w for weeks, m for months and y for years
You can also add or subtract by using either + or -
Dreamsuite Mike
Trello Expert and Business Systems Consultant
Dreamsuite
All over the world
261 accepted answers
0 comments