Hi
We need to register in issue the endDate of sprint in date field, Im using a automation rule with webhook value "{{webhookData.sprint.endDate}}" but it save with UTC format, How I would save the webook value with my time zone in my date field? I tried with math expresion "{{webhookData.sprint.endDate.minusHours(6)}}" and with convert function too but didnt work, the value that returns is empty.
We are in Jira Software-Cloud
Thanks
Best regards
Hi @Angel
The data from the webhookData is likely text, and must be converted with toDate before using with date / time functions:
And after conversion, I suggest using the built-in conversion functions for time zones:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.