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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.