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

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

XMLWordPrintable

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

      NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? 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:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: