Email Automation with Multiple Sprints

Christopher Reynolds
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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 vote
Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 3, 2024

Thank you! This worked great! Cheers

Like Mikael Sandberg likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events