We need to track the history of changes made to the Sprint / Fix Version field for a filtered list of Jira tickets.
The purpose is to understand how the Sprint / Fix Version has changed over time and to report on these changes to Anil Sir as he has asked for this report.
We are looking for a report containing the following details:
Example:
Jira ID | Summary | Previous Sprint/ Fix Version | Date Assigned | New Sprint/ Fix Version | Date Assigned |
PAMIT-12345 | Sample Issue | U16 SP2 B35.8.25 | 10-Jul-2026 | U16 SP2 B35.8.26 | 15-Jul-2026 |
I currently have standard Jira user access and am able to export only the current Sprint / Fix Version through the CSV export. However, I am unable to retrieve the historical changes to the Sprint / Fix Version field.
Could you please let me know if:
Hello and Welcome to Atlassian Community @Harshad Prajapati
Native ? I don´t think so.
With Rest Api with POST /rest/api/3/changelog/bulkfetch or GET /rest/api/3/issue/{issueKey}/changelogmaybe.
Or with App from Marketplace
Best,
Arek 🤠
Hi @Harshad Prajapati
Welcome to the Atlassian Community!
As @Arkadiusz Wroblewski mentioned, there isn't a native Jira report/CSV export that provides the Sprint/Fix Version change history in the format you've shown.
The REST API is the best native option. The issue changelog contains historical field changes, including the previous and new values, so you can retrieve the changelog and filter the results for Sprint and Fix Version changes.
One thing to keep in mind is that the API won't directly return the finished report in your example format. You would need to process the changelog entries and extract.
Issue key | Summary | Previous value | Change date | New value
Since you mentioned having only standard Jira user access, you may also need assistance from your Jira administrator depending on your API access and how you plan to automate/export the report.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the Atlassian Community!
Jira's standard JQL export does not include the complete historical changes made to the Sprint or Fix Version fields. It only exports the current values of those fields.
However, you can generate a report using Jira REST API or ScriptRunner (if available) or a marketplace add-on like 'Issue History for Jira'
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Harshad Prajapati !
Yes, you can create this type of report using Issue History for Jira (Work Item History) from the SaaSJet team.
In the app, you can select the required project or sprint. Then, use the Column option to include the fields you want, like Sprint and Fix Version. The report will display historical changes, showing the previous value, new value, and the date/time of each change.
After you configure the report, you can easily export the history to Excel or CSV for additional reporting or sharing.
This is especially helpful when you want to track changes in Sprint or Fix Version across various Jira tickets instead of checking the history of each of them individually.
Hope this helps!
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.