Versions Compared

Key

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

...

Return all entities within any package named requirements, or any of it's its children:

Code Block
languagenone
AllPackages = "Requirements"

Return all entities with the package 'Script Library/|Cycle 1/|Reporting' (this shows passing the package with it's its full path) or any of it's its child packages:

Code Block
languagenone
AllPackages = "Script Library/|Cycle 1/|Reporting"

Return all entities within either of the two packages (or their children), but only in the project 'Project X':

...

Return all entities within the package with Unique ID "cf1264f7-4e53-4e6d-b0a2-9f6c00a3a244", or any of it's its children.

Code Block
languagenone
AllPackages IN "cf1264f7-4e53-4e6d-b0a2-9f6c00a3a244"

...