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:
Hello !
Maybe this method will help you :
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.