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?)