Hi,
I am unable to generate the below reports. Please help on this ASAP.
1. Report that shows the usage of all the Projects in last 6 months
2. And/Or Report that shows the number of issues created/resolved by each project in the last 6 months.
3. And Report that shows the Project and their respective Project Owners
Hi @balan,
#1 Create a filter in Jira that returns the issue created or updated in last 6 months:
created >= startofday(-6M) or updated >= startofday(-6M)
Then configure the Issue Statistics gadget of Jira to use this filter and display statistic type by Project. As a result, you will get the list of projects used in last 6 months.
Also, you could also use the Pivot Table & Pivot Chart gadget offered by our Great Gadgets plugin to display a report like this.
#2 Create a filter that returns the issues created in last 6 months
created >= startofday(-6M)
Use the same gadgets to display the stat of created issues for each project.
Create a filter that returns the issues resolved in last 6 months
resolved >= startofday(-6M)
Use the same gadgets to display the stat of resolved issues for each project.
#3 What do you mean by Project Owners? Do you refer to the Project Lead (that you can set in project settings)?
Danut.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.