Field: RelationshipType

Description

Relationship type allows you to query by the type of relationship between two entities.

Allowable Values

  • Assignment
  • Association
  • Coverage
  • Dependency
  • Link
  • Nested

Examples

All requirements that have a dependency on another requirement:

EntityType = Requirement AND Relationships IN { RelationshipType = Dependency AND RelatedToEntityType = Requirement }

Supported Operators

=, IN, !=, NOT IN, IS, IS NOT

Supported Indexes

Relationship

Supported Types

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

Supported Features

FeatureSupported?
AggregationYes (String)
SortableYes
Sub-selectsNo

  • No labels