Versions Compared

Key

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

...

The RelatedToAllParents field is one of the set of RelatedTo fields which can be used to search the "RelatedTo" (Destination) end of a relationship.

...

The RelatedToEntityType field works in the same manner as the EntityType field, refer to that topic for a list of valid values.

...

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

Supported Operators

=, IN, !=, NOT IN

Supported Indexes

Relationship

Supported Types

  • AgileRun
  • AutomatedTest
  • AutomatedTestAssignment
  • Incident
  • Requirement
  • RequirementPackage
  • TestExecutionPackage
  • TestScript
  • TestScriptAssignment
  • TestScriptPackage

...