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.
I have created an automation (which will run once per day) to resolve issues that have a status of Done and have not been touched in 15 or more days.
status = "Done" AND updated < -15d AND resolution = Unresolved
Now I want to send an email with a list of issue keys that were changed as a result of the automation. How do I do this? (What do I enter into the "Content" of the email message?)
Thank you @Riley Venable (Atlas Bench) . I tried that but it did not give me the desired results. Instead of 1 email with 200+ issues listed, I received 200+ issues and each email had only 1 issue listed.
I entered this into the content of my email in the automation:
``` {% for is in issues %} {{issue.key}} {% endfor %} ```
Will a different syntax give me the desired result of one email with all the issues listed within it?
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.