Hi everyone,
I want to have a report where I can see how many tickets were created in the last x-days, e.g. in the last 30 days/ last 60 days etc.
Hello,
Here is a JQL query that you can use to filter the issues created in the last 30 days :
project = "YourProjectKey" AND created >= -30d
You can use the "Save as" button to save this filter for future use.
You will see the number of issue filtered on the top right of the search.
Hi @Nicolai Zidorn,
A possible solution would be to use some of the gadgets offered by our Great Gadgets app.
A good example is the Advanced Issue Filter Formula gadget, which can display the count of issues form up-to six filters.
This can be achieved by configuring the gadget like this:
Very helpful for your use case can be the Issue Filter Formula gadget and the Pivot Table & Pivot Chart gadget. The app offers a 1-month free trial.
Hope this helps.
Danut.
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.