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

XMLWordPrintable

      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?

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

              Created:
              Updated:
              Resolved: