Hi all,
Got a weird one for you - I've recently changed the workflow some of our projects used (as a phased roll out).
It now has completely different statuses to what we used before and all seems to working well. Apart from one thing - the Velocity charts now have no 'Completed' count for any of the previous sprints (see below).
Any idea what's wrong here? All the issues that have been completed have the correct status (Done) and a resolution. The status of 'Done' is mapped to the last column in the rapidboard and I'm using a form of the simplified workflow so there is technically no 'end state' defined by steps in the workflow.
Greenhopper V6.2.2, JIRA V5.2
If you create a new board, the historic velocity will get populated based on the new work flow instead of the old.
I guess it won't work. The reason being, when GH looks at the history of the issue on the day of Sprint completion, the status of the issue was the old status.
Only when you changed the workflow, all of them changed to the new status as part of the workflow migration procedure, am I right? (you can also check this in the history tab of an issue)
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.
This is a pretty horrible bug. Hope it gets addressed at some point. You lose a lot of credibility with a new team migrating them to a better workflow only to lose all their history.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is an issue reporting this behaviour : https://jira.atlassian.com/browse/GHS-11760 with a mitigation in it...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Happened to us too. Apparently the "problem" could be that the REPORT view is not taking the new FINAL STATUS into consideration.
Context:
So the velocity is gone because to Jira's eyes, because the points delivered (which happens when an issue gets to its final status) are not delivered anymore (they are not in the final status anymore (because you changed your workflow). So this leads me to think that the report view is reading the status from the DB every time you pull the velocity report (that's why it realized the is no longer in the old workflow status) but is not updating what is the final status for the current workflow, and therefore unable to see that this new status is still a final status and therefor the issue (and its points) were delivered in that sprint.
In a few words, the query seems to realize of the status change of the issue, but does not realize that this new status is also the final status of the current workflow (and so, the issue should still be considered delivered, and those points accomplished).
Solutions?
IF my diagnose is correct, I think the query in that page should be updated by Atlassian to take this into account.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.