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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi there folks - looking for an automation to automate the adding of due dates / times to my checklist items, similar to what I've set up in my cards across my boards. Have been scouring several boards but found no solution to this.
What I have right now for my cards:
"when I enter a card name containing a date, set start on the date, and set due on the date and remove the matched text""
What I want for my checklist items:
"when I enter a checklist item containing a date set due on the date and remove the matched text""
Tried mucking about and surprisingly this solution seems to work:
when an item not starting with "!" is added to a checklist, find a card with link "https://trello.com/c/xxxxxxx/", rename the card to "{checklistitemname}", and set the card's description to "{triggercardlink}"
Then have the specified card on its own board with the following rule
when I enter a card name containing a date, find a card with link "{carddescription}", remove item "{triggercarddescription}", and add item "!{textbeforematch} {textaftermatch}" to checklist "{*}"
Some of the limitations that you might be able to fix with some tweaking:
Thanks for the input.... seems a bit complex to me... can you think of an easier way?
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.
Theoretically you could create this via automations but you may need quite a lot of em...
I'll give an example:
when an item containing "Next Monday" is added to checklist "{checklistname}", remove item "{checklistitemname}", add item "{textbeforematch} {textaftermatch}" to checklist "{checklistname}", and set the item due the next monday
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.