You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Field: Assignment

Description

The Assignment field allows you to filter a set of runs, based on the assignment (Script Run or Automated Test Run) they belong to.

Matching is done by providing either an ID, list of ID's or a sub-select query (with the sub-select query being executed against the Entity index).

Examples

Search for runs where the run's belong to an assignment that was created by user 'joeb', with a status of failed:

Status = Failed AND Assignment IN { CreatedBy = joeb }

Search for runs where the run's belong to tests matching a set of unique identifiers:

Status = Failed AND Assignment IN [91f8769a-1f02-4201-9c85-a14d008e9a43, 9cf0f291-0e24-4cee-a5fa-a14e00fbf04e]

See Also

Supported Operators

=, IN, !=, NOT IN, IS, IS NOT

Supported Indexes

Run

Supported Types

  • AutomatedTestRun
  • ScriptRun

Supported Features

FeatureSupported?
AggregationYes (String)
SortableYes
Sub-selectsYes

  • No labels