Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to loop over issues in a sprint in an email

Asa LeHolland July 22, 2022

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!

1 answer

1 accepted

2 votes
Answer accepted
Fabian Lim
Community Champion
July 22, 2022

Hi @Asa LeHolland

Welcome to the community!

You can use jira automation with the lookup issues action. Here is an example: https://youtu.be/ccWTIgdnQqE

Regards 

Asa LeHolland July 22, 2022

Thank you Fabian, this is exactly what I was looking for. Cheers!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events