Hi All,
I have an API request to api.atlassian.com/jsm/assets/workspace/....... /v1/objectid/....
I'm trying to pull the "Created" JSON variable, I guess similar to details here: https://developer.atlassian.com/cloud/assets/rest/api-group-aql/#api-aql-objects-get
If you check the side bar all the "Created" values bring back an ISO standard date such as "created": "2021-02-16T19:36:51.951Z",
This is also what I get in my Sandbox instance.
But in production our instance pulls back a Unix epoch time, eg: 1747278648.1234
I don't remember getting errors in my automation in the past so this may be new? But I'm also unsure why the type are different? As far as I can tell the created date is an attribute that can only be customized by Atlassian?
Is there an incoming change to how this value is being used? Cheers!
Hi all, received confirmation that this is a new bug with details in: https://jira.atlassian.com/browse/JSDCLOUD-16674
For now we are using the details found in the following community thread to convert the Epoch time to the Standard date/time: https://community.atlassian.com/forums/Marketplace-Apps-Integrations/How-to-convert-unix-epoch-timestamp-to-DateTime/qaq-p/1491982
Closing this ticket out as has been solved. Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.