Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,551,726
Community Members
 
Community Events
184
Community Groups

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

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.
Mar 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.

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.
Mar 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