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