Hi,
How to generate a Report for Created Vs Closed issues in Jira Service Management
Please help me out with the step by step process for the same.
Thanks,
HI @Sreenadh
There are two ways:
For the above report to work (in either of these two ways) your resolved issues should have a resolution. If they don't then they will not be visible on this report.
Thanks for the response.
Here my Requirement is simple by default Created Vs resolved Gadget is already available but i want to generate a New gadget which will fetch Created Vs Closed issues not Resolved.
Currently i am not able to achieve the same because my boss is requesting for Same as Created Vs Resolved we need Created Vs Closed.
I want to see All the Created and Closed in single report.
Please help me out with the same.
Thanks,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately you can't do that out of the box. You would need to mess with the parameters that Jira works with. E.g. take into account the date which the issue went to the closed status.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please provide us the more details on the same.
If there is any work around please help me out on the same
Thanks,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could try searching for an app from the marketplace.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The best option is to use Created vs Resolved.
This does mean that you have to use the Resolution field as Jira intends it to be used, but that does offer you a lot more flexibility and power than just "closed", and it will make all the other reporting in Jira work properly as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Sreenadh
As mentioned by @Alex Koxaras _Relational_ , Jira Service Management doesn't have a built-in gadget for Created vs. Closed issues.
You can create a custom solution using filters and the "Two-Dimensional Filter Statistics" gadget. to do that follow this simple guide:
Create a filter for Created and Closed issues:
a. Go to "Issues" > "Search for issues" in the top navigation bar.
b. Switch to the "Advanced" search mode if you're not already in it.
c. Enter a JQL query that includes both created and closed issues for your desired time frame
(e. g. , daily, weekly, or monthly). Here's an example for daily:
project = "Your Project Name" AND (created >= startOfDay() OR (status changed to Closed AFTER startOfDay() AND status changed to Closed BEFORE endOfDay()))
Replace "Your Project Name" with the actual name of your project.
d. Save this filter with a name like "Created and Closed Issues - Daily. "
Create a dashboard and add the "Two Dimensional Filter Statistics" gadget:
a. Go to "Dashboards" in the top navigation bar and click "Create dashboard. "
b. Give your dashboard a name and description, and then click "Create. "
c. Click "Add gadget" on your new dashboard and search for the "Two Dimensional Filter Statistics" gadget.
d. Add the "Two Dimensional Filter Statistics" gadget to your dashboard.
Configure the "Two Dimensional Filter Statistics" gadget:
a. In the gadget, click "Configure. "
b. Select the "Created and Closed Issues - Daily" filter you created earlier in the "Filter" dropdown.
c. Set the "X-axis" to "Created" and the "Y-axis" to "Status. "
d. Check the box for "Show Totals. "
e. Click "Save" to apply the changes.
Please note that this solution provides a workaround and may not be as visually appealing as the Created vs. Resolved gadget.
Nonetheless, it should help you track the Created vs. Closed issues in your Jira Service Management project.
I hope this helps!
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.