Hi
Using Jira cloud automation, I am trying to find out the days difference between a value in jira field to the hardcoded date value divided by 14.
Documentation only provides use cases that find the difference between now and date value in Jira field.
{{#=}}{{now.diff(issue.Expected Date).days}} / 14 {{/}}
I am trying to find something like below
{{#=}}{{(08/01/2020).diff(issue.Expected Date).days}} / 14 {{/}}
Please can you help how to get the above working?