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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.