I need to pull out reports for a quarter say Q1 (Jan '20 to Mar'20). What are the best ways to get this done.
If there is a easy way to pull out sprint ids corresponding to a project that will be great.
Can I search for last X (say X=12 sprints) using JQL
Hi @Prakash Srivastava , what precisely is your goal? When you say “reports” are you referring to an existing Report like Sprint report or would a filtered list meet your requirement? AFAIK there is no way to display multiple burndowns or similar reports. I expect that you are aware that you can construct a JQL for a time period. However, in the even that you are not here is an example.
project = xxxx and resolutiondate >= startOfYear() and resolutiondate <= startOfYear(3M)
having said that there are a number of reporting addons and I would expect there is one out there that would provide sprint reports across a date range. You might also consider using Confluence for this. Consider creating a Quarterly report page and capture the various sprint reports on the page for each quarter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.