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
Improve user experience across Jira with global settings
Learn how to set up and configure a Jira site, manage Jira permissions, and configure Jira apps and integrations.
Learning Path
Streamline projects across Jira with shared configurations
Build Jira work items with reusable configurations called schemes, and reduce administrative work with automation.
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.