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“)