I would like to create a filter which shows all closed tasks with open sub-tasks. Like this one for example: DARWIN-9 has 2 open subtasks
However, the query "key = DARWIN-9 and key in hasSubtasks("status != Closed")" results in "No issues found". What do I need to change in my syntax? Thanks in advance
Hi @Martin Härri ,
Welcome to the Community!
JQL funtion hasSubtasks() is not the native feature of Jira. Are you using any plugin like JQL Booster Pack? If yes please refer or check plugin vendor page for fix.
Regards
RK
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.