Hi,
I need to fetch the changelog for a specific issue from a Jira On-Prem server. Currently, I’m using the following endpoints:
rest/api/latest/issue/ABC-123/?expand=changelog
rest/api/latest/issue/ABC-123/changelog
However, I’m facing two issues:
expand=changelog
, but it doesn’t seem to work. Can anyone guide me on how to paginate this API?Any help would be appreciated!
Thanks!
You can lookup the Jira version with the serverinfo endpoint, then you'll know what version of the REST API documentation you should be reading to learn if the changelog response object for the Get Issue endpoint is subject to pagination.
Also, if you Google 'Jira data center rest api issue changelog' the very first result is the thread that contains the answer as to why you are getting a 404 error when trying to access this endpoint on Jira Data Center:
rest/api/latest/issue/ABC-123/changelog
Have fun on your learning journey!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.