Forums

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

JQL giving the lastSprint where the issue has been resolved

agnes BOURLON
Contributor
June 6, 2023

Hi

I have some tickets with 2 , 3 or more sprints due to the fact that they were not being closed in the first sprint and the team delayed resvoling over some sprints 

Is there a way to get the last sprint , the sprint when the issue was really closed?

Best regards 

Agnes

1 answer

1 accepted

2 votes
Answer accepted
Frederik Vantroys
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.
June 6, 2023

To find the last sprint in which a ticket was closed you can use the CHANGED operator along with the status field. Here's an example JQL query:

status changed TO closed DURING ("start of sprint"-"end of sprint")

agnes BOURLON
Contributor
June 6, 2023

Nice Frederik ! Just to clarify for all, if the sprint started at "2023/03/28 12:00" and finished a month later, the request would be : 

status changed TO closed DURING ("2023/03/28 12:00", "2023/04/28 12:00")

Suggest an answer

Log in or Sign up to answer