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,
I want to send a custom E-Mail notification when a certain checklist item is completed. Within the E-Mail, I want to mention the date two weeks from the date the checklist item is marked as complete.
Is there a way to access the date like {date} and add two weeks to the current date?
Thank you very much in advance!
Best
Hi @Julian Stang and welcome to the community,
Outside of the box, trello offers these automation variables https://support.atlassian.com/trello/docs/butler-variables/ in which there isn't any direct reference to the date of the checklist. So I would assume that out of the box you can't do that. In jira there is the lookup component to look for issues (card) under certain criteria. I would try to find a powerup to do this kind of automation.
Thank you for the fast answer!
I just want to use the {date} variable but add 14 days to it within an E-Mail, is that possible?
Best
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Julian Stang try to write {date+14d} or {date+2w} and let me know if that did the trick.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Or if you want working days then {date+14wd}
Read more here https://support.atlassian.com/trello/docs/arithmetic-and-formatting-in-date-variables/
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.