Hi, I'm trying to get a report of all issues (with the title name of issue) created within a certain period. The Created Vs Resolved Report and Time Since Issues Report gives me what I want except without the underlying title name of the issue.
Hi Vanilla
Do you want to display issue title in the chart report (line or bar chart)? Or just a issue list table?
I did not see an out of box chart report that meets your request, but you can easily generate an issue list by creating a filter specifying the created date, for example JQL "project = "your project name" and created > startOfDay(-365)" which returns the issues created in the last 365 days from today. You can then add a gadget (like Filter Result) into your dashboard to display this filter with your preferred columns (title, created date, etc.) or export the filter data to excel.
Hi Daniel, thanks for replying. I want an issue list table. I'll try the solution you suggested. Thanks!
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.