Programmatically find latest votes for user on change task
Is there anyway to pull the latest assignment from a user on a particular assignment using java? Currently, I'm working on a report that displays the votes of each user that has been assigned an assignment. However, when it get's re-subrouted, the code I have currently does not know which vote was the latest so it will display "old" votes.
I'm currently working on code that attempts to find the latest timestamp of an assignment's creation and use it but even that's becoming messy.

