Uploaded image for project: 'Jira Platform Cloud'
  1. Jira Platform Cloud
  2. JRACLOUD-84195

As a Jira user, when making calls to "/rest/api/{2,3,latest}/search" with renderedFields, I would like the date formatted in ISO 8601

XMLWordPrintable

    • 0
    • 1
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      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

      1. 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

              592d9aff56a3 Kosta Hassouros
              419e4a896960 Phumi
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated: