Forums

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

JQL to find the Issues that are manually pulled out of the Sprint

Sridhar G June 19, 2019

In my project, One of the bug is pulled out from one Sprint to other Sprint. 

Ex: Bug has field value for : Sprint name value  "X1" and when it moved other Sprint the value filed name value for the same Issue is  "X2".

Few team members are pulled few Issues manually from Sprint 11 to Sprint 12.  How do I find them with JQL. 

For example : Current Sprint 11 is having a one Bug then Issue shows like this 

Issue type: Bug

Sprint : X1

but Team manually pulled this Bug to Sprint 12.

Issue type: Bug

Sprint : X2.

 

How do I find such Issue using JQL  .. 

 

For example: If status changes for any Issue then JQL is like this:  

status CHANGED FROM "X" TO "Z" and I am looking similar query for the above situation.

 

For ex: Bug is pulled directly from Sprint 11 and moved to Sprint 12. The field value of the Bug when it was in Sprint 11 the  value is "X1" and now value is "X2"

 

1 answer

1 vote
Thomas Magny-Garcia
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 19, 2019

Hello !

Maybe this method will help you :

removedAfterSprintStart

removedAfterSprintStart(board name, [sprint name])

Shows issues that have been removed from the named sprint (or all active sprints if second argument is not provided), after the sprint has started.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events