How does changelog pagination work?

Václav Kapsia
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 1, 2019

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

1 answer

0 votes
Gonchik Tsymzhitov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 16, 2023

Suggest an answer

Log in or Sign up to answer