Field: AllPackages
Description
When querying on All Packages, results will include all matching entities (requirements, scripts, script assignments or incidents) directly in the package/folder and in any of its sub packages/folders.
Examples
Return all entities within any package named requirements, or any of its children:
AllPackages = "Requirements"
Return all entities with the package 'Script Library|Cycle 1|Reporting' (this shows passing the package with its full path) or any of its child packages:
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':
AllPackages IN ["Requirements", "Script Library"] AND Project = 'Project X'
Return all entities within the package with Unique ID "cf1264f7-4e53-4e6d-b0a2-9f6c00a3a244", or any of its children.
AllPackages IN "cf1264f7-4e53-4e6d-b0a2-9f6c00a3a244"
Note: To get the unique ID of a package, you can drag the package onto the TQL editing window, at which point you will prompted with a number of suggestions including "AllPackages", which you can then choose to add to your query.
Supported Operators
Supported Indexes
Supported Types
- AgileRun
- AutomatedTest
- AutomatedTestAssignment
- AutomatedTestRun
- Incident
- Requirement
- RequirementPackage
- ScriptRun
- TestExecutionPackage
- TestScript
- TestScriptAssignment
- TestScriptPackage
Supported Features
Feature | Supported? |
---|---|
Aggregation | No |
Sortable | No |
Sub-selects | Yes |