As a Jira Administrator I want to find all issues that are assigned to a specific person AFTER a sprint has completed. What is a query I can use when I want to see that user's issues for closed Sprints?
you can use closedSprints() function. for e.g. following query will help you
assignee = aby_mathew 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.