Hi!
There are lots of questions about how to find linked tasks with JQL, but can you please advise.
I need to find all epics and features (in a specific project) that do NOT have linked issues with the following link types: parent, associated with, etc.
I tried to use "issueFunction in hasLinks" but I'm nor sure how to:
1) include all link types,
2) how to place "not",
I use "issueFunction in hasLinks" because I need only outbound links.
Thanks!