Hello,
Is it possible to create a filter to identify tickets that are in ONLY the most recently closed sprint across multiple projects? The different boards may have slightly different sprint closing dates.
I tried various versions of the below to no avail.
I appreciate any help you can offer.
Holly
How about this one, adjusting your timeframe to check Resolved:
project IN (GS, SC, PUB, "CF", ECOM, STU, TCS)
AND sprint IN closedSprints()
AND resolved >= -14d
ORDER BY project ASC, key ASC
Best regards,
Bill
Thanks Bill!
You will be happy to know that I will be on vacation next week, so I won't be bugging you with any jira questions :-)
Thank you so much again!
Holly
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am glad to learn that helped you, and I hope that you have a great vacation!
__Bill
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.