How to search for issues completed during a sprint

Sebastian Slutzky December 8, 2014

hi,

How can I query for the list of issues completed during a given sprint?

Thanks.

Sebastian

1 answer

1 vote
Simon Kegel //SEIBERT/MEDIA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 8, 2014

Use the advanced search of JIRA.

Status = "your resolved status" AND Sprint = "your active sprint"

should work.

Kasper Christensen January 5, 2015

This will return all resolved issues that was in the given sprint but the issues found may have been resolved in a later sprint though. As I read the question (and what I'd like to know too), is how to find issues completed in a certain given sprint - regardless of whether they were completed later on. Note that the question is not about the active sprint, but any given sprint.

Suggest an answer

Log in or Sign up to answer