How to get changelogs of issues for a project on Jira Cloud

Shinsuke Maita February 7, 2020

Is it possible to get changelogs of issues for a project on Jira Cloud?
The workflow have approval processes and I would like to get the logs in order to use them for audit.

Thanks,

 

2 answers

1 accepted

2 votes
Answer accepted
Thomas Deiler
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 7, 2020

Dear @Shinsuke Maita ,

you can fetch this with following REST API call:

https://my.server.com/rest/api/3/issue/ABC-1234?expand=changelog

Documentation

So long

Thomas

Shinsuke Maita February 9, 2020

Hi @Thomas Deiler ,

Thank you for the information!
Is it possible to get multiple change logs (ex. from ABC-1 to ABC-1234) at the same time with REST API?

Regards,
Shinsuke

Thomas Deiler
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 12, 2020

Dear @Shinsuke Maita ,

sure you can. When you "serach" for issues, the result can be multiple issues and their changelogs.

So long

Thomas

Gangadhar Dalli March 23, 2022

We are using search api call, similar to 

/rest/api/3/search?expand=names,schema,changelog,transitions&fields=*all&startAt=0&maxResults=100&changelog.startAt=100&jql=project+%3D+{project_name}+order+by+updated+ASC

We have a few issues with histories having more than 100 changelogs. But we are only getting the hundred latest logs. Is there anyway to get the older hundred changlogs using the search api itself. 

We need to get the changelogs for all issues in a project and hence have ruled out the use of 

/rest/api/3/issue/{key}/changelog?startAt=101&maxResults=100

0 votes
Zoryana Bohutska _SaaSJet_
Atlassian Partner
February 11, 2020

Hi @Shinsuke Maita 

Also, you can try Issue History. This app lets you get all the changelog ordered by the time period you need. Data from the plugin is available for export.

Regards

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events