Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

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":

Code Block
languagenone
EntityType = Requirement AND Package IN { ParentPackage = '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