Hi all, I need to pull entire changelog, in order to do that I use following route
rest/api/2/issue/TVVC-10?expand=changelog
However, when I try this
rest/api/2/issue/TVVC-10?expand=changelog&maxResults=2
I get
json.loads(response.text)['changelog']['maxResults'] = 3
This makes me think that the service ignores how I manipulate the pagination.
What do I do wrong or how else should I ensure myself that I am getting the whole load of changelog?
Thanks,
Václav Kapsia
Hi! did you check that article https://community.atlassian.com/t5/Jira-Software-questions/REST-API-Changelog/qaq-p/925866#%C2%A0 ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.