Hello,
I would like to generate a report to show how many new User Stories were created per e.g., 1 week? I am using Jira Cloud version.
I would like to know ways how to create these reports, e.g., is it Jira advanced Filter or automation rules?
Thank you in advance,
Donata
Hi Donata,
Creating a filter is the way to go in this case. You can use a JQL expression such as issuetype=Story and created>=startOfWeek() and save it as a filter. After that if you want you can create a filter subscription by clicking Details link in the issue search window.
For more information you can refer to the documentation linked below:
https://support.atlassian.com/jira-software-cloud/docs/work-with-search-results/
Thank you so much. I applied filter and it works perfectly. I added to the filter "OfWeek(-1w) and I got results I expected.
Thank you,
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.