I am trying to create an automation rule in a software project that sends an email with some information about the current sprint.
Specifically, I would like to include information about the time left before the end date of the sprint.
I have tried the following to do this, according to https://support.atlassian.com/jira-software-cloud/docs/smart-values-date-and-time-functions/ and https://support.atlassian.com/jira-software-cloud/docs/smart-values-general/:
{{now.diff(sprint.endDate).days}}
{{now.diff(sprint.endDate.jiraDate).days}}
{{now.diff(sprint.endDate.jiraDateTime).days}}
However, none of these give a result (see screenshots of automation rule and resulting email). How would I get this to work?
FYI - I couldn't get the diff to work, so I changed my approach to using the Advanced compare condition. I hope this helps someone else, too.
Also interested in an answer to this question
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.