I want a report to display all issues with a sprint label ( I am maintaing sprint with a label) with assignee's name and percentage of his resolved issues.
Also I would like to know a daily linear graph of issue assigned to an assignee in a chart.
This will help me know how many issues a developer is having and how many is he resolving by the sprint.
Create a Dashboard and use two dimensional Filter Statistics.
This can be achieved by using JQL (replace X and Y with your values)
label = X and project = y
This will get you all the issues with the sprint label and then create a pie chart with the "statistic type" as resolution field and that will show you the exact percentage of unresolved issues. You can also save this chart on your dashboard
https://confluence.atlassian.com/jira064/displaying-search-results-as-a-chart-720416681.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want to get a chart which tells issues with every assignee and there respective resolved percentage.
What you suggested will tell me global unresolved/resolved percentage for a sprint.
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.