Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-77609

Release object should contain "updated" and "created" with timestamp

    XMLWordPrintable

Details

    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      API endpoint: https://jira.example.com/rest/api/2/project/ELR/version

       

      Example object in response currently

      {
                  "self": "https://jira.example.com/rest/api/2/version/10402",
                  "id": "10402",
                  "name": "4.2.7",
                  "archived": false,
                  "released": true,
                  "startDate": "2024-04-02",
                  "releaseDate": "2024-04-02",
                  "userStartDate": "02.Apr.2024",
                  "userReleaseDate": "02.Apr.2024",
                  "projectId": 10805
      } 

       
      Expected result

      {
                  "self": "https://jira.example.com/rest/api/2/version/10402",
                  "id": "10402",
                  "name": "4.2.7",
                  "archived": false,
                  "released": true,
                  "startDate": "2024-04-02",
                  "releaseDate": "2024-04-02",
                  "userStartDate": "02.Apr.2024",
                  "userReleaseDate": "02.Apr.2024",
                  "projectId": 10805
                  "created": "2024-01-01 12:42:53"
                  "updated": "2024-04-02 16:49:23"
                  
      } 

      Having the fields "updated" and "created" with timestamps (datetime) would greatly ease the generation of various reports.

      Attachments

        Activity

          People

            Unassigned Unassigned
            300be6c50fb4 Kristo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: