Identify Issues added and closed in the current sprint

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 9, 2015

Hi

How do i filter on issues which got added and closed in the current sprint?

 

2 answers

0 votes
Steven F Behnke
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 11, 2015
  • Find all issues in project TST, then – 
    • Find all issues in a Current Sprint, then – 
      • Find all issues where the resolution changed/is resolved

I believe this logic holds together, since you would never add resolved issues to a sprint.

Project in (TST) AND sprint in openSprints() AND resolution CHANGED
Project in (TST) AND sprint in openSprints() AND resolution is not EMPTY
0 votes
Taha Khanzada
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 10, 2015

Hi Pilar,

You can use something like this to get issues in current sprint. 

Project = "TEST AGILE" AND sprint in openSprints()

You can extend above query to add more condition like AND Status = Closed or whatever.

Taha

Suggest an answer

Log in or Sign up to answer