Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

REST API or JQL to find or get the spilled over stories in jira?

jai shree ram
Contributor
January 27, 2020

How to get the spilled over stories of particular sprint in jira?

It can be API or JQL also ok. 

1 answer

0 votes
Lenin Raj
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 28, 2020

Hi @jai shree ram 

This is possible using JQL. This will give you all issues that belong to any open sprint and also was associated to any previously closed sprint. This will mean that a ticket was slipped into a new sprint as well. Add other filters as needed.

project = "SYD" AND Sprint in openSprints() AND Sprint in closedSprints()

Aakash Chauhan
Contributor
July 29, 2020

In my scenario. both the sprints are closed. How should I proceed?

Suggest an answer

Log in or Sign up to answer