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
Hey Guys,
I work a lot with checklist and cards created from checklists.
They are linked this way :
when the due date is marked as complete in a card, find the first card linked in the attachments, and check item "{triggercardlink}"
when the due date is marked as incomplete in a card, find the first card linked in the attachments, and uncheck item "{triggercardlink}"
I would like now to create a function so that when I change the due date of card, the item due date changes too.
But i can't find a simple way... Do you think of any solution?
There is a slightly ugly solution and it would work best if you have an automation "bot" on your board instead of tied to your account.
The check/uncheck brings focus to that checklist item and then you can set the date.
The same will work for member
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for your answer!
This works but it sets the time as of today. While I want to set the due date checklist the same the due date card, which can be at another date.
It's ugly, but i was inspired by your post to creat this : it solves my issue
I'm using a created custom field where the new due date is stored, then I inject it in the function.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah, sorry my bad. My example should have shown what you had done. At least it was enough to get you there
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried to replicate what you did here, but was not successful.
It appears that you are using a text-type custom field but the "set the item due date on the date in custom field" option would only let me use date-type custom fields. And since the initial "set custom field" only allows you set text-type fields (not date-type), I can't use it at the last step.
Is your automation still working? What happens if you try to recreate the same automation from scratch?
Perhaps Trello has modified/updated the automation UI since then, and no longer allows test-type custom fields to be used to set the checklist item due date.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Joon Shin
Try this:
when a due date is set on a card, find the first card linked in the attachments, set custom field "Date" to "{triggercardduedate}", uncheck item "{triggercardlink}", and set the item due on the date in custom field "Date"
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.