Field: ParentPackage
Description
ParentPackage is a field only available when executing a sub-select query against the "Package" or "AllPackages" fields.
ParentPackage allows you to filter the results based the package a package belongs to, but not the package itself.
To match on the selected package, or any of it's children, you would instead use the ParentAndThisPackage field.
Examples
All requirements belonging to any child packages of the package "Requirements":
EntityType = Requirement AND Package IN { ParentPackage = 'Requirements' }
See Also
Supported Operators
Supported Indexes
Supported Types
- RequirementPackage
- TestExecutionPackage
- TestScriptPackage
Supported Features
Feature | Supported? |
---|---|
Aggregation | No |
Sortable | No |
Sub-selects | No |