Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Issue change history for multiple items using REST API

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.
Mar 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.

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

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