atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.29k stars 644 forks source link

Changelog pagination missing #1210

Closed girginsoft closed 10 months ago

girginsoft commented 11 months ago

It does not return all responses if you have more than 100 change logs. It returns only the first 100; there must be pagination. Can you add that implementation too? I added the file and line too. https://github.com/atlassian-api/atlassian-python-api/blob/master/atlassian/jira.py#L1081

gonchik commented 10 months ago

Added pagination in #1218