Project
Description
Project identifies the project an entity belongs to and is useful for defining the scope of your query.
Examples
Restrict results to a single project "Test Project":
Code Block |
---|
|
Project = "Test Project" AND EntityType = Script
|
Restrict results to two projects:
Code Block |
---|
|
Project IN ["Product Project", "Master Project"]
|
Restrict results to all projects within the project category "Sandbox":
Code Block |
---|
|
Project IN ProjectCategory("Sandbox")
|
Supported Operators
=, IN, !=, NOT IN, IS, IS NOT
Supported Indexes
Entity, Package, Relationship, Run
Supported Types
- AgileRun
- AutomatedTest
- AutomatedTestAssignment
- AutomatedTestRun
- Incident
- Requirement
- RequirementPackage
- ScriptRun
- TestExecutionPackage
- TestScript
- TestScriptAssignment
- TestScriptPackage
Supported Features
Feature | Supported? |
---|
Aggregation | Yes (String) |
Sortable | Yes |
Sub-selects | No |