-
Suggestion
-
Resolution: Unresolved
-
0
-
1
-
Suggestion Description
Issue Summary
Whenever a rest api call is made to the Search for issues using JQL (GET) API, the updated and created fields in the renderedFields property are not formatted in the ISO 8601 : 1988 (E) as described in the Atlassian documentation
Steps to Reproduce
- Make a rest api call to "/rest/api/2/search?jql=project='KEY'?expand=renderedFields"
Expected Results
The expectation is that Timestamp fields will comply with the ISO 8601 format like this:
"renderedFields": { "project": null, "updated": "2024-07-05T19:20:30.45+02:00)", "status": null },
Actual Results
Contrary to the documentation, the results are not in ISO 8601 format
"renderedFields": { "project": null, "updated": "04/Jul/24 7:20 PM", "status": null },
Workaround
This was supposed to be a workaround for JRACLOUD-73613 , but it is not following the Atlassian date format convention
- is cloned from
-
JRACLOUD-73613 Rest Api worklog returns result in wrong timezone
- Closed
- is related to
-
JRACLOUD-83203 [Tracked in Issue Links] Jira Cloud bugs re expand=renderedFields
- Gathering Interest