Hi! Fellow Jira users,
I'm trying to find a way to generate a list of all stories that were part of ALL the sprints from various projects that were committed in a specific time span. In my case, I've 5 projects, each project had various sprints committed between Month of Jan to Mar and the ONLY way I know of to get the list of all the stories, I'll need to manually add each and every single sprint that was committed between Jan - Mar to see all the tickets.
Is there a way where I can say: enlist all the stories from all these XYZ projects, that were part of ANY sprints committed between the month of Jan - Mar?
Thanks for the help.
@Yash Ruparel You could select the projects you desire in basic search then click advanced and enter something like this
issuetype = Story AND Sprint is not EMPTY AND status was not Resolved AFTER startOfMonth(-4) BEFORE startOfMonth()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Yash Ruparel Excellent! Happy to help!
Please click the check mark next to my answer to accept this solution.
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.