Hello!
I'm trying to set up an automated email that can be sent to certain users when we start our sprints.
Ideally, this would include a link to each Issue that was in the Sprint when we started it.
How can I loop over this the issues with that sprint, then include the links for those tickets?
```
The Team has started the <i>{{sprint.name}}</i> sprint.
<ol>
{{issues}}
<li> <a href="{{toUrl}}">{{key}} - {{summary}}</a> is currently in <b>{{status.name}}</b>. </li>
{{/}}
</ol>
```
IE, something like the above. Let me know if I can provide any additional clarification!
Welcome to the community!
You can use jira automation with the lookup issues action. Here is an example: https://youtu.be/ccWTIgdnQqE
Regards
Thank you Fabian, this is exactly what I was looking for. Cheers!
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.