Issue change history for multiple items using REST API

Nick Brown March 17, 2022

I am aware of getting the history for a single item using https://jira.atlassian.com/rest/api/2/issue/JRA-22053?expand=changelog&fields=summary - however what should I use to get it for a number of items (for example everything changed in the last 12 months) ?

I'm trying to get the timestamp for when items started AND finished (to calculate cycle time).

 

Thanks in advance

2 answers

1 accepted

0 votes
Answer accepted
David Bakkers
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 22, 2022

Hello @Nick Brown 

In short, you can't. You can only retrieve the changelog per issue, so you'll have to do a search first to find all the issues that match the criteria you want (IE those issues that were updated during some time period), then iterate through that set of issues and get the changelog for each.

Refer to this thread where the question has been discussed previously.

Nick Brown March 23, 2022

Thanks David - I thought that might be the case after doing some research, appreciate the link to the previous discussion :)

0 votes
Alexander Scholz November 10, 2023

Hey @AlL

we were searching for a solution to exctract the full history of all issues via REST API to a Qlik Cloud project. 

 

Since there is no possibility, here is a ticket to implement the function. 

Ability to extract issue history of all issues via API 

Please vote. :-)

Thanks

Suggest an answer

Log in or Sign up to answer