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: 

Email Automation with Multiple Sprints

Christopher Reynolds
December 2, 2024

Hello!

 

I am wanting to send some email automation when a new sprint starts that includes a list of all issues, summaries, etc included in that sprint.

Where it gets tricky is the way my company does their sprint cycles (this is not the right way to do it, I know), they keep the sprints open, even after dev complete, while the QA team does their work (QA is backlogged heavily). At any given time we could have 3 or more sprints open, so using the JQL openSprints() will just show all the open issues across multiple sprints. 

Without hard-coding the sprint name, is there a way to accomplish this?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Mikael Sandberg
Community Champion
December 2, 2024

Hi @Christopher Reynolds,

Welcome to Atlassian Community!

If the automation triggers on Start sprint then you can use {{sprint.name}} as part of your lookup issues to get the issues in the sprint. The lookup issue JQL would look something like this:

sprint = {{sprint.name}} 

Christopher Reynolds
December 2, 2024

Hi Mikael -

 

I just tried that, but got an error. 

Screenshot 2024-12-02 at 1.49.23 PM.png

Screenshot 2024-12-02 at 1.46.51 PM.png

Mikael Sandberg
Community Champion
December 2, 2024

That's because you have spaces in the sprint name, so try this instead:

sprint = "{{sprint.name}}"

Like Bill Sheboy likes this
Christopher Reynolds
December 3, 2024

Thank you! This worked great! Cheers

Like Mikael Sandberg likes this
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events