How to filter issues (JQL) that are in top active sprint?

EriRoBo August 26, 2015

Currently there can be 2 sprints active. You can use JQL "sprint in openSprints()" to filter on all open sprints.

How can you filter on the topmost (first) active sprint, without using the sprintnames itself?

 

Example:

sprint 1: issues A,B,C
sprint 2: issues D,E,F

result sprint in openSprints() : A,B,C,D,E,F

wanting to get A,B,C

1 answer

1 vote
Pilar
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 2, 2015

Unfortunately you cannot. Opensprints() will return everything that is in active sprint.  At the moment your options are either to separate the boards, so you only have one active sprint on a board OR to use sprint name for searching.

Running parallel sprints in the same board is still an unsupported feature by atlassian.

Pilar

 

Suggest an answer

Log in or Sign up to answer