Sort the /worklogs api result by worklog id instead of by startDate
The /worklogs api seems to return worklogs sorted by started date. When trying to retrieve all the worklogs using this api, this sorting is error prone. We have more than 900k worklogs. Retrieving all of them using api takes a few hours (using off...