Hello:
I like to know in ALL the projects (company wide), not in a single project:
How many Issues are currently assigned to a user,
how many have they completed in a given period,
and how many estimated hours of work is assigned to them for a given period .
Thanks!
You have to create filters for each one:
How many Issues are currently assigned to a user: Create a filter that shows every issue and use it on a pie chart gadget grouped by assignee. You can also just query for assignee = <User> to see the results size
how many have they completed in a given period:
how many estimated hours of work is assigned to them for a given period: you can use the workload gadget
Hey Tiash,
As for saving the reports, you can save them as filters and from there you and your users can subscribe to them in order to receive them periodically:
https://confluence.atlassian.com/display/JIRA/Receiving+Search+Results+via+Email
As for the workload pie chart, you do need the JIRA charting plugin and also have time tracking enabled:
https://confluence.atlassian.com/display/JIRA/Workload+Pie+Chart+Report
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can create this report and any custom multi-dimensional report like this:
Column "A": issue key
Column "B": assignee user name (or display name)
Column "C": resolution date (if resolved) or leave it blank
Column "D": estimated hours
Between column "A" and "B": how many Issues are currently assigned to a user
Between column "B" and "C": how many have they completed in a given period,
Between column "B" and "D": how many estimated hours of work is assigned to them for a given period
This should be fairly straightforward if you follow this Excel pivot table tutorial.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Asael for your response.
For the Workload Gadget – I used the Report: Workload Pie Chart Report and got this 500 error: java.lang.NoSuchMethodError. Do I need to download and install the JIRA Charting Plugin?
Also, how can I save the reports in JIRA?
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.