Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

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':

Code Block
languagenone
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