Is there a way to generate a report for bugs per developer. Let's say I have 5 developers in my team and each developer working on the individual story. end of the sprint, I wanted to see the no of bugs per the original developer
Hello,
There is a way to do this using the Dashboards,
First, you have to create a filter in order to select the Projet and the Sprint you're interested in, as well as the issue type. In order to do so, you have to :
Project = NameOfYourProjet AND Sprint = "NameOfYourSprint" AND issuetype = Bug
Once your filter is created, go to your Dashboard or create a new Dashboard if you don't already have one for your projet. Add a gadget like for instance the Pie Chart. In the gadget parameter, you should :
And the result should be the report you're looking for,
Keep me informed if this solution helped you
Thanks but this is not helping me. The reason is we have the assignee column for the resource whom working on the story/task. When the task moves from the Dev engineer to QA, the value of the column get changed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So first I would recommend not reassigning tasks from dev to QA personally. Rather, I prefer to have seperate task for QA, i.e.
task 1 - develop aaaa ....assignee to dev
task 2 - test aaaa ..... assignee to QA
bug 1 - aaaa bug 1 .... assigned to dev
bug 2 - aaaa bug 2 .... assigned to dev
At a minimum you need to open separate Bug issues and this would allow you to filter and track these bugs as Guilhem suggests.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Nawoda Herath ,
As an alternative solution, you can create a custom field named 'developed by' and use this field in your report.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What problem are you trying to solve by tracking what you believe to be the "no of bugs per the original developer"? What if the original developer is not the source of the defect? Perhaps instead there is a process issue, lack of work/knowledge sharing, validation error, etc. creating the situation of more defects.
Understanding the problem may help the community provide feedback to solve the actual problem.
Thanks, and best regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In similar line would like to show defects per story ,and "issueFunction" is not working for our jira is there any other way
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.