Versions Compared

Key

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

...

Identifiers for entities can be extract from the Url of edit screens, or better yet just drag the entity from the tree directly into the TQL query screen, at which point you will be provided with a set of suggested query fragments that can be inserted, which will include the ID:

Image RemovedImage Added

Examples

Find the entity with the supplied unique identifier:

Code Block
languagenone
Id = 'a7c1c1fb-03a6-4318-859d-9f8200f6690f'

See Also

Supported Operators

=, IN, !=, NOT IN

Supported Indexes

Entity, Package, Relationship, Run

Supported Types

  • AgileRun
  • AutomatedTest
  • AutomatedTestAssignment
  • AutomatedTestRun
  • Incident
  • Requirement
  • RequirementPackage
  • ScriptRun
  • TestExecutionPackage
  • TestScript
  • TestScriptAssignment
  • TestScriptPackage

...