Forums

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

JQL - Issue with NO linked issue (but specify what Issue type)??

Rob B
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.
March 31, 2020

I know i can search if an issue doesnt have a linked issue.....

issueFunction not in hasLinks()

But i want to search issue that do not have "Issue Type 1" as the linked issue.

Thanks

1 answer

1 accepted

2 votes
Answer accepted
Parvaneh Zand
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.
March 31, 2020

Hi @Rob B ,

Try this jql:

issueFunction in linkedIssuesOfAll("issuetype != issuetype1") AND issueFunction in hasLinks()

Hope this helps.

Rob B
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.
April 2, 2020

Perfect! Thank you

Dave Liao
Community Champion
January 8, 2024

This answer helped me, even four years later - thanks @Parvaneh Zand ! 🙌

Like Parvaneh Zand likes this

Suggest an answer

Log in or Sign up to answer