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
@Matteo Vecchiato Спасибо вам большое, я уже много чего перепробовала, но только ваш ответ помог мне сделать то, что я хотела!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.