Using closedSprints() method in JQL

Itzik Pop December 5, 2013

Hi

If I want to use the method "closedSprint()" but I want to see the last 3 closedSprints can I use closedSprints(-3) ?

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Itzik Pop December 5, 2013

This is what I'm writing today:

sprint in (67, 69, 70, 73, 75, 77, 79) and status != closed and resolution = Completed and "Dev resource" = currentUser()

And this is what I want to write:

sprint in closedSprints(-5) and sprint in openSprints() and status != closed and resolution = Completed and "Dev resource" = currentUser()

While in the first JQL line I'm getting a list of issues, the second JQL return nothing

If I remove the "and sprint in openSprints()" I'm getting a list but not a correct one as the first JQL line

Hope that I was clear about what I'm looking for

TAGS
AUG Leaders

Atlassian Community Events