The issue lies in the function that sets the time and date based on today's date for a specific field inside of the automation. For instance, if we specify the following in the field:
{{now.withHour(16)}} - // It should set the time at 4 pm, it is currently setting it up at 2 am
We can do some work around this by setting it up to a number that matches the hour difference, but it will not be technically correct or a responsible setup. We have also checked the time zones in our Jira instance, and it is appropriately set up to Sydney/Australia.
We have also tried the following, in an attempt to adjust the time difference
{{now.toDateTimeAtStartOfDay("America/Los_Angeles").withHour(16)}}
With no success, Any thoughts?
Jose,
I have noticed the same. Automation seems to be based on a single, central timezone (UTC I think). I'd assume this wont be fixed anytime soon and that changing your automation parameters to account for the differential would be a long term solution.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.