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
Hi @Rob B ,
Try this jql:
issueFunction in linkedIssuesOfAll("issuetype != issuetype1") AND issueFunction in hasLinks()
Hope this helps.
Perfect! Thank you
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.