Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...