JQL Query to search issues that have carried over from previous sprint

Javan Asimba March 27, 2023

Am trying to find a jql query that will show me how i can view issues that have carried over from previous sprint to the next sprint 

1 answer

0 votes
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 27, 2023

Hello @Javan Asimba 

Welcome to the Atlassian community.

If you want to search for issues carried over from a specific previous sprint to a specific next sprint you can use this JQL.

sprint in "<name of previous sprint>" and sprint in "<name of next sprint>"

If you want to create a general search for issues that carried over from any previous sprint to a current Active sprint you can use this JQL.

sprint in closedSprints() and sprint in openSprints()

You can add more refinements to the filters to limit the information to issues that otherwise match the filter for your Scrum board.

Javan Asimba March 28, 2023

Hello @Trudy Claspill , thanks for responding.

So i have tried the 2nd jql query and get the following: 

jql 2.PNG

Refined the following query slightly 

jql 2.1.PNG

Thanks

Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 28, 2023

In your second attempt you dropped the "sprints" keyword that proceeded "in closedSprints()"

Suggest an answer

Log in or Sign up to answer