Using Jira cloud
Following Advanced search reference - JQL fields cloud documentation.
This clause:
and issueLinkType = "is tested by"
returns 3 results, as expected.
This clause:
and issueLinkType != "is tested by"
returns 0 results, whereas about 8 are expected.
Try to extends your JQL query in the way:
(issueLinkType != "is tested by" OR issueLinkType is EMPTY)
I ran into this problem myself wondering why and where the rest disappears, "is EMPTY" comes to the rescue for some of fields.
Roman
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Become an effective Jira admin
Manage global settings and shared configurations called schemes to achieve goals more quickly.
Streamline Jira administration with effective governance
Improve how you administer and maintain Jira and minimize clutter for users and administrators.
Learning Path
Become an effective Jira software project admin
Set up software projects and configure tools and agile boards to meet your team's needs.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.