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

Include the 'Created' timestamp for a vote in the JIRA REST API

XMLWordPrintable

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

      NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.

      Currently the descriptor looks like this:

      {
          "self": "http://www.example.com/jira/rest/api/issue/MKY-1/votes",
          "votes": 24,
          "hasVoted": true,
          "voters": [
              {
                  "self": "http://www.example.com/jira/rest/api/2/user?username=fred",
                  "name": "fred",
                  "avatarUrls": {
                      "16x16": "http://www.example.com/jira/secure/useravatar?size=small&ownerId=fred",
                      "48x48": "http://www.example.com/jira/secure/useravatar?size=large&ownerId=fred"
                  },
                  "displayName": "Fred F. User",
                  "active": false
              }
          ]
      }
      

      We store the created date for each vote, why not include it?

              bgatz Bartosz Gatz (Inactive)
              jdevenny Josh Devenny
              Votes:
              2 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: