Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Source field can be used with the Relationships sub-query only, and provides the same functionality as the Destination field, but for the source end of a relationship.

...

Code Block
languagenone
Relationships IN { 
  Source IN { EntityType = Incident } 
  AND Destination IN { EntityType = Requirement} 
} 

See Also

...