Forums

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

How to send sprint start date and End date in JIRA automation in Sprint Started Trigger

baqir.ali August 3, 2023

I am want to send this email to my stakeholders when sprint starts:

We hope this email finds you well. We are writing to inform you that the sprint "

{{Sprint.name}}" is officially started.

Sprint Duration :
{
"fields": {
"Start date": "{{sprint.startDate}}",
"End date": "{{sprint.endDate}}"
}
}

We're ready to tackle challenges and deliver outstanding results. Updates coming your way.


Best regards,
XYZ

 

1 answer

1 accepted

1 vote
Answer accepted
Charlie Misonne
Community Champion
August 3, 2023

Hi @baqir.ali 

What are your struggling with exactly? {{sprint.startDate}} and {{sprint.endDate}} are valid smart values.

Perhaps you want to format the dates in a user friendly way? Here is some documentation about that:

You could use {{sprint.startDate.shortDate}} for example.

baqir.ali August 3, 2023

Thank you very much its working

We hope this email finds you well. We are writing to inform you that the sprint "{{Sprint.name}}" is officially started.
Sprint Duration :

{{sprint.startDate.fulldate}} and {{sprint.endDate.fulldate}}


We're ready to tackle challenges and deliver outstanding results. Updates coming your way.


Best regards,
XYZ

Like Charlie Misonne likes this
Charlie Misonne
Community Champion
August 3, 2023

glad I could help!

Like baqir.ali likes this

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