This may be a tough one. I was provided a new project to add to our Sprint Completion metrics. Currently over 10 teams I enter the velocity of each team into a spreadsheet so we can see from sprint to sprint and quarter to quarter how we are doing making our sprint completion metrics. This is done by hand. Now I need to add the size of each team per sprint. This information in theory is in Jira if using sprints and sprint boards. How can I pull this information out automatically after each sprint is completed?
Hi Michael,
I don't believe there is any current functionality within Jira to make this specific question an easy one.
However, what I've done in the past to tackle this problem is to dig into the Jira API and extract the issue history for each sprint ticket. this contains when people were added (or removed) from each ticket. Depending on what logic you want to add in there (e.g. if someone was removed from the ticket, does it count anymore?) you can simply add the total number of assignees at the end of the sprint to have your team size.
Hope that helps!
Brad
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.