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
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 :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.