When developers want to retrieve many changesets via the REST route, the changeset order returned may not be totally respected.
How to reproduce:
- Make sure to have at least 55 changesets for an artifact. Or at least the number of elements displayed per page inferior to the total number of changeset.
- Make sure the user displays follow-ups in reversed order.
→ The first 50 changesets are correctly ordered, the other 5 are after
even if there are more recent changesets.