Field: Source
Description
The Source field can be used with the Relationships sub-query only, and provides the same functionality as the Destination field, but for the source end of a relationship.
By supplying the Source the query can be optimized a little in cases of poor performance, but generally this field does not need to be used when writing TQL queries as an end user.
Examples
Find all entities which have a relationships which starts at an incident and ends at a requirement:
Relationships IN { Source IN { EntityType = Incident } AND Destination IN { EntityType = Requirement} }
See Also
Supported Operators
Supported Indexes
Supported Types
- AgileRun
- AutomatedTest
- AutomatedTestAssignment
- Incident
- Requirement
- RequirementPackage
- TestExecutionPackage
- TestScript
- TestScriptAssignment
- TestScriptPackage
Supported Features
Feature | Supported? |
---|---|
Aggregation | No |
Sortable | No |
Sub-selects | Yes |