I am new to Jira and my question is as follows.
I would like to know if it is possible to obtain a graph with the remaining workload assigned to each person in hours within a working group
What I want to know is the workload assigned to each person in my work group at a specific time
Thanks
Hello Manuel,
Welcome to Atlassian Community!
You can use the Workload Pie Chart to display this information as mentioned here:
Basically, the steps would be:
1) Create JQL filter returning issues you would like to sum
2) Add "Workload Pie Chart" Gadget to your Dashboard
3) Set it for that created filter & estimations you would like to see.
As a second option, you will be able to achieve it by using an external application.
Explaining better:
- Export issues from your JIRA instance to CSV, ordering the filter on a per-user basis and including the field Remaining Estimate field on it.
- Using an external application (Excel, Libre Office, etc), sum the values for the Remaining Estimate Column field for the issues in the same user
You could generate a template to only receive the issue values and automatically calculate it, so you would only need to fill it with the exported values.
Please, let me know if this information helps you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.