Hi,
Goal
I want draw sprint burndown chart based on Remaining Estimations which are taken as a sum of such values from subtasks. I want to be aware on what's going on in sprint with development progress.
Introduction
We use agile board for sprint work. For now it's important to have ability build burndown chart based on Original Estimate instead of Story Points.
The main issue there is that Agile Board don't use Original/Remaining estimate values from subtasks of features were taken in sprint. The only one option - log time to main ticket (no subtasks). But that's completely wrong because of mess with QA and Developers logging.
Possible solution
Steps:
1. Add 3 fields (New Feature, Bug, Bug Story, Task)
2. Create some Job which will do following
3. For each ticket from "active sprints" Job should do following
Then we will have additional fields which will be updated by aggregate value of remaining estimates. So it will be clear how sprint is going from development point of view.
Is there some tools can be used for updating new field?
You'll need to write code to do this. Specifically, a listener that can pick up all changes to sub-tasks and re-index a parent issue that has a scripted (calculated) field on it, or amend the custom field on the parent.
I'd use the Script Runner add-on to do it, and have done in the past (But that's because I always have access to it, as I work for Adaptavist). There are other options in the marketplace.
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.