I'm looking for an idea on how to improve the visibility of user story progress in Jira + GreenHopper.
How we work now : we put all our User Stories in Jira, break them into subtasks for development, then our testers associate errors in Jira with the corresponding user stories. We have a filter on our project information panel, for example, "show name, status,% completion, where fixVersion = current_sprint order by priority desc".
Our problem : in order to understand whether a user story, marked as 100%, is really shown to our client, we need to make sure that he does not have critical errors and has no more than N low-priority errors. But now we need to manually sort through each userβs story one by one in order to calculate such numbers.
Question Any ideas if you can show the number of errors of each priority in the list of user stories in the current sprint? For simplicity, we consider the following:
- High: unresolved errors Blocker + Critical priority;
- Remedy: Unresolved errors Major + Medium priority;
- Low: unresolved errors Minor + Trivial priority;
So, such a list would look like
US name | US completion % | High-pri bugs
Ideas for the easiest way? Is anything built on standard Jira gadgets / requests? or any custom plugin you may know to use for this? or even if something needs to be developed? Thanks!
source share