You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Currently, the Greenhopper "statistics burndown chart" by "story points" considers an issue "burned" if the issue has a status of "closed" (this is my understaning of how it works). Can this be changed to burn down story points on a different issue status? Or multiple issue status? I want to chart issue burn down when the issue status is "ready for UAT" or "closed".
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you need more fields or other fields than status to represent "DONE" or you have a totally different definition of "DONE", you may want to implement a custom agile report with JIRA PDF View Plugin.
You can use the default Burn Down Chart template and customize the logic in the init() method of "burn-down-chart.groovy".
... if(it.resolutionDate != null) { tasksDone++ ...
It, by default, considers any issue done if its resolution date is not null. (We got this request in an agile Requirement Management context.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We've solved this: during a sprint, the team updates Story Points field by reducing (or increasing) its value to what they see as remaining. This makes the chart burn down :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We've solved this: during the sprint, the team updates Story Points field on parent issue by asking "how much points are their remaining?" resulting in points reduction or increase. This makes the chart burn down though the issue is still in progress :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.