On this page

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




If you still have questions, feel free to refer to our support team.