Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Sprint change for Issue ticket report

Harshad Prajapati
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 9, 2026

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:

  • Jira ID
  • Summary
  • Previous Fix Version
  • Date when the previous Sprint / Fix Version was assigned
  • New Fix Version
  • Date when the new Sprint / Fix Version was assigned

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:

  • Such a report can be generated from Jira, or
  • There is any supported method or plugin available to extract the Sprint / Fix Version change history for the selected issues?

4 answers

4 votes
Arkadiusz Wroblewski
Community Champion
August 9, 2026

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 🤠

2 votes
Gor Greyan
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 Champions.
August 10, 2026

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.

2 votes
Lalithesh
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 Champions.
August 9, 2026

Hi @Harshad Prajapati 

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!

1 vote
Natalia_Kovalchuk_SaaSJet_
Community Champion
August 10, 2026

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.

jira-sprint-report.png

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!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events