-
Suggestion
-
Resolution: Won't Do
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?
- is related to
-
JRASERVER-29467 Include the 'Created' timestamp for a vote in the JIRA REST API
- Closed