Sprint JQL functions
addedToSprintAfterStart()
Search for issues that were added to the sprint after the sprint started.
Examples
issue in addedToSprintAfterStart("Sprint Name")
Â
Â
removedFromSprintAfterStart()
Search for issues that were removed from the sprint after the sprint started.
Examples
issue in removedFromSprintAfterStart("Sprint Name")
Â
Â
Â