Return all issues in the currently open sprint with unresolved sub-tasks

Use case

In the following use case we use a JWT JQL function in order to retrieve all issues in the current sprint that have unresolved sub-tasks.


⚒️ Configuration

Use the following JQL:

issue in issueSelection("Sprint in openSprints()", 'count(filterByResolution(subtasks(), "")) > 0')


📷 Screenshots

ReturnAllIssuesInTheCurrentlyOpenSprint.png


📚 Related use cases