You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

=, IN, !=, NOT IN, IS, IS NOT

Supported Indexes

Package

Supported Types

  • RequirementPackage
  • TestExecutionPackage
  • TestScriptPackage

Supported Features

FeatureSupported?
AggregationNo
SortableNo
Sub-selectsNo

  • No labels