Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

The datetime zone id 'GMT-12:00' is not recognised (Automation Lite for JIRA plugin)

Srikanth July 27, 2021

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

 

 

2 answers

0 votes
Srikanth July 29, 2021

Hello @Carlos Faddul 

 

 

Thanks for your response.

 

I'll check with this method and get back to you.

 

 

Thanks&Regards,

Srikanth 

0 votes
Carlos Faddul
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 27, 2021

@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.

Suggest an answer

Log in or Sign up to answer