Forums

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

How to get the resolutiondate in a consistent format: webhook + API

WindHub Support
Contributor
December 18, 2024

From Webhook, Jira sends the "resolutiondate" as unix-timestamp.

image (12).png

From jira API fetch, the "resolutiondate" comes as datetime.

image (13).png

We would like to get the resolutiondate in a consistent format through both methods.

Is there any way to make the webhook send datetime or to get the API to send Unix-timestamp?

1 answer

1 accepted

0 votes
Answer accepted
Tuncay Senturk _Snapbytes_
Community Champion
December 21, 2024

Hello,

Unfortunately, (as far as I know) there is no way. Jira's webhook and API responses are inconsistent in date fields' formats. I don't think there is a direct configuration to standardise these formats, you need to know and convert accordingly.

Suggest an answer

Log in or Sign up to answer