We have a developer team of 25 persons and we are 3 project managers.
I would like to get some overview of:
- Open tasks per project and per employee
- Project status - how much is done - how much is missing - per project
How to get that?
Best wishes
Rikke
Ovdal
I would recommend using a Dashboard with various gadgets, e.g. pie charts, created vs. resolved etc. You might find this article useful - configuring-dashboards
With the help of below steps you will be able to get an overview of your requirement.
1. Open tasks per project and per employee
Create filter with below JQL and use two dimensional filter statistics with project and assignee as x-axis and y-axis
project in (ABC, XYZ, LMN) AND issuetype = task AND resolution is empty
2. Project status - how much is done - how much is missing - per project
Create filter with below JQL and use two dimensional filter statistics with project and status as x-axis and y-axis
project in (ABC, XYZ, LMN)
Regards,
Kishore Kumar Gangavath
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.