Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

key in hasSubtasks not working

Martin Härri
Contributor
June 12, 2025

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

Darwin-9.PNG

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

1 answer

1 accepted

1 vote
Answer accepted
Ramakrishna _RK_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 12, 2025

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

 

Suggest an answer

Log in or Sign up to answer