There is a need to add a certain number of hours to the current date, the project automation uses the expression {{now.plusHours (4)}} does not work and the expression {{now.plusDays (1)}} works fine, tell me if there is a solution.
Hi sergeev.viacheslav@telestarcom.ru
I believe you have an extra spaced before the parenthesis. This worked for me:
{{now.plusHours(2)}}
By the way, I found more date/time functions for smart values in the JSD documentation:
https://support.atlassian.com/jira-service-desk-cloud/docs/smart-values-date-and-time-functions/
Best regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.