atlassian-api / atlassian-python-api

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

[Jira] Make get_issue_changelog start and limit work. #1375

Closed jribble closed 2 months ago

jribble commented 2 months ago

This makes get_issue_changelog work by calling the URL that is pagable and sending the parameters on the url get.

This is a breaking change as the return structure of /issue/<key>/changelog is different from the return structure of /issue/<key>?expand=changelog,