Tell me how to write a JQL query that will filter tasks that do not have the "is child of" connectio
Hi @Varvara K_ ,
This should works:
issuetype = Task AND issueLinkType is EMPTY or issueLinkType NOT IN ("is child of")
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still have a question?
Get fast answers from people who know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.