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.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.