Versions Compared

Key

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

Relationships Index

Overview

The relationships index is the an index that contains a flatted lists of all point-to-point relationships between entities.

...

To begin filtering your query based on the relationships an entity may have, you need to use one of the following fields:

...

Code Block
languagenone
EntityType = Requirement 
  AND Relationships IN { 
      RelatedToEntityType = Incident 
      AND RelatedToStatus = Open
  }

See the Relationships topic for more examples of querying relationships using this index.

...