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 . 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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.