I am sending some data to higher management every Saturday mrng through automation. I have enabled the automation. I have some theory like "Please view the below data as of "Friday""
In place of Friday, that week Friday date should be displayed. Any suggestions on this?
Hi, @Rahul
You can add to date certain amount of time units (seconds, minutes, days, etc...)
So, if you are sending emails at Saturday, you just need to use Smart Value like:
{{now.plus[Unit]([number])}}
For your case it will look like:
{{now.plusDays(6)}}
More information, if you like, can be found here:
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-date-and-time/
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.