Versions Compared

Key

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

...

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:

Code Block
languagenone
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

...