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
Supported Indexes
Supported Types
- AgileRun
- AutomatedTest
- AutomatedTestAssignment
- Incident
- Requirement
- RequirementPackage
- TestExecutionPackage
- TestScript
- TestScriptAssignment
- TestScriptPackage
Supported Features
Feature | Supported? |
---|---|
Aggregation | Yes (String) |
Sortable | Yes |
Sub-selects | No |