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
Community moderators have prevented the ability to post new answers.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.