You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

On this page

Use case

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


Configuration

Use the following JQL:

issue in issueSelection("resolution is empty", 'count(filterByResolution(subtasks(), "")) > 0')


Screenshots




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