Is there a way to retrieve scope change data (#stories, #bugs, #story points, #bug points) on a sprint by sprint basis across several sprints in order to track the scope changes and determine if they are for stories (features, enhancements) or bugs (defects)?
Hello Steve,
Yes, there are few ways to retrieve scope change data on a sprint-by-sprint basis in Jira as per my knowledge. Here are two approaches:
1) Jira Reports: Jira provides several built-in reports that can be used to track sprint-by-sprint scope changes. One such report is the Sprint Report. The Sprint Report provides a breakdown of issues completed and not completed during a sprint, as well as any changes to scope during the sprint. To generate a Sprint Report:
2) Jira REST API: If you need more detailed data, you can use Jira's REST API to extract data programmatically. You can use the Jira REST API to retrieve issue data, including the issue type (story or bug) and the issue points. Here's an example of how to use the Jira REST API to extract data for a specific sprint:
https://YOUR-JIRA-DOMAIN/rest/agile/1.0/sprint/SPRINT-ID/issue
Let me know if this helps.
Regards,
Hitesh.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is needed is to find where the sprint scope is changed. The objective is to measure our process and quantify distractions and late-breaking changes.
For example:
This is the set of tickets that were in the sprint as of the start date/time. That added up to this many story points.
During the course of the sprint, these issues were added to the sprint, totaling this many story points.
Also, during that time, these stories were moved OUT of the sprint, totaling this many story points.
The data is there in the database. The question is, how do we get it out without fetching every single ticket and analyzing its worklog and change history?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Hitesh / @John Arrowwood / @Steve Hooczko
I have a similar need - So this data shows on the health gadget for scope change, I'd like to have this number pulled across all completed sprints so I can then created a graph.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Reason: to see if process improvements are working
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.