I want to set sync criteria in a way to only synchronize elements that are linked to one or more other elments.
In this specific example, I would limit the synchronization of TestPlans (out of MF ALM) to only those TestPlans with the Testtype "Functional" which are related to one or more Defects.
So I build the following Sync Critera:
As there is no "exists" operator for Sync Criteria, I had to use "Not IsEmpty" but everything else should be straightforward.
However, I get an Exception for each Test that has no linked Defect:
Why does an "IsEmpty" operator return an Exception when something is empty?
What is a working way to filter Elements in SyncCriteria on the existence of related elements?