-
Suggestion
-
Resolution: Won't Do
-
None
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?
- relates to
-
JRACLOUD-29467 Include the 'Created' timestamp for a vote in the JIRA REST API
- Closed
- copied to
-
JRADEV-14318 Loading...