HI community
I have faced discrepancy in docs & results
here was anounced limitation and sorting “100 most recent items”
https://developer.atlassian.com/cloud/jira/platform/change-notice-changelogs-are-now-limited-to-the-100-most-recent-items/
but /rest/api/2/search?expand=changelog returns changelog without limitation
and here https://docs.atlassian.com/jira/REST/cloud/#api/2/issue/{issueIdOrKey}/changelog-getChangeLogs
written “sorted by date, starting from the latest.” but even example below sorted another direction (same on real usage)
So qustions are:
- will be expand=changelog limited at nearest future?
- I prefer sorting from oldest, is current docs contain mistake or direction will be changed soon.
- /issue returns changelogs array in property ‘histories’ against ‘values’ in /changelog, seems inconsistent.
Thanks in advance.