What workflow state triggers a Story Point being burned-down?

matthew beecher February 29, 2016

This question is in reference to Atlassian Documentation: How do Story Points get burnt down and reflected on the Burndown Chart

We're tracking the transition of code changes from Dev to Prod with two different workflow states, both of which have a Category of "Done". When an Issue moves from 'Validating On Dev" to "Validated On Dev" I would like the Story Points to burn down at that point, but I'm observing that it only occurs when I move issues to "Published" (which is another "Done" status available from "Validating On Dev"). 

 

We have a "Close Early" status as well (also in the "Done" Category) which also burns down Story Points. And both "Close Early" and "Published" have transitions to other statuses. I'm unclear on what makes "Published" and "Close Early" burn down Story Points, while "Validating On Dev" does not.

Thanks!

2 answers

1 accepted

1 vote
Answer accepted
Jobin Kuruvilla [Adaptavist]
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 Leaders.
February 29, 2016

It depends on the column mapping. Statuses that are mapped to the last column on the board will contribute to the burn down. If you add "Validated on Dev" in the last column, burn down will happen when the story reaches that status.

matthew beecher February 29, 2016

Gah... excellent I didn't think to look at the columns.

 

You can't add addition start-state (blue) or end-state (green) columns, but you can add as many intermediate-state (yellow) and I had "Validated On Dev" in a 2nd yellow column. I moved it to the green column and all is well.

Perfect!!!

Like Kathrin likes this
Jake See November 24, 2016

What if there are 2 boards in a project for 2 different views and in one board Validated On Dev is not the final column and on the other, Validated on Dev is mapped to final column with Done?

I have TODO > IN PROGRESS > PREPARE UAT > UAT > AWAITING QA > DONE, I want to burndown at AWAITING QA i.e. once UAT is completed. In this case, my AWAITING QA is the same situation as Validated On Dev.

0 votes
GabrielleJ
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 Leaders.
February 29, 2016

The JIRA Burn Down charts will burn on two configurations, burned down if the "Issue Closes (Resolution field has a value)" or by "Logged Work". You have the first option set and "Published" is populating the resolution field that's why there's a burn down being detected.

P.S. The configuration for this can be found on your Board, click on "Configure" on the top right section, then click on the "Estimation" tab. In the "Time Tracking" section, select "Remaining Estimate and Time Spent"

Reference: https://confluence.atlassian.com/agile066/jira-agile-user-s-guide/configuring-a-board/configuring-estimation-and-tracking

 

matthew beecher February 29, 2016
Thanks for the feedback.
  1. No, the status "Validated On Dev" has a value for the Resolution field.
  2. I don't want to change to "Remaining Estimate and Time Spent", I only want to use Story Points at the moment. Making that change is a question of process and what works best for our group and not a technical fix to get JIRA to behave as expected.

Thanks again!

 

Suggest an answer

Log in or Sign up to answer