The question is fairly self-explanatory. Tickets marked as done in a closed sprint seem to vanish, and I can't find them in the backlog. Where'd they go?
if you want to see by sprint then go to Reports and Burnup Report and select your sprint. If you just want to see all issue done on previous sprints you can perform a JQL search, e.g.
project = abc and status = done and Sprint in closedSprints()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.