Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×I am trying to create a very simple email that includes all the issues that were in a sprint and the status when the sprint closes. Here is that I have set-up for the automation:
When: Sprint completed
Then Lookup issues: sprint IN ("{{sprint.name}}")
And Send email:
{{sprint.name}} completed. Here is the status of all the issues in the sprint:
{{#lookupIssues}} * {{key}} - {{summary}} - {{Issue.status.name}} {{/}}
Everything seems to work fine except the issue status will not populate in the email.
Hi @Jackie Brunetto,
Welcome to Atlassian Community!
Try removing issue from the smart value and only use {{status.name}}, that should give you the status as expected.
Hi Mikael,
That works. Thanks so much for your help!
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.