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
Supported Indexes
Supported Types
- AutomatedTestRun
- ScriptRun
Supported Features
Feature | Supported? |
---|---|
Aggregation | Yes (String) |
Sortable | Yes |
Sub-selects | Yes |