Hello,
We are using the Automation Jira Lite version plugin for our instance. by using this plugin i have configured the automation rules to update the due date field (custom field) automatically.
previously it worked fine, from last one week onward it doesn't capture the date and throwing the below error.
Error rendering smart-values when executing this rule:The datetime zone id 'GMT-12:00' is not recognised: {{#now}}format=Asia/Kolkata,Zone=,func=plusBusinessDays(2){{/}}
Can anyone please help me with this issue.
Thanks in advance.
Srikanth.Vempala
Hello @Carlos Faddul
Thanks for your response.
I'll check with this method and get back to you.
Thanks&Regards,
Srikanth
@Srikanth you can use this smat values
{{now.toDateTimeAtCurrentTime("Asia/Kolkata").plusBusinessDays(2).format("dd/MM/yyyy hh:mm:ss")}}
I hope I helped you.
If this post was helpful, mark it as Accepted solutions, so you can help others who may have the same difficulties.
If your question has not been resolved, please post again with more details.
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.