Field: RelatedToProject

Description

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

When querying relationships in a sub-select, RelatedToProject can be used to filter the RelatedTo end of the relationship to only include items within the selected project(s). It works in the same manner as the Project field.

Examples

All scripts which are related to a requirements in project 'Project X' or project 'Project Y':

EntityType = Script
  AND Relationships IN {
      RelatedToProject IN ['Project X', 'Project Y']
  }

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