The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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!

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events