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
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.