Field: ScriptId
Description
ScriptId allows you filter on the ID of the Script associated with a Script Run or Script Assignment.
This field and the Script field can both be used for searching by ScriptId - but key differences are that:
- ScriptId does not support the use of sub-selects.
- Aggregating by "Script" will group by name.
- Aggregating by "ScriptId" will group by the Unique ID of the script.
Examples
Matching by single Id:
ScriptId = 07649a3b-f086-4d0d-94b8-a14d00850fe9
Matching by multiple Id's:
ScriptId IN [07649a3b-f086-4d0d-94b8-a14d00850fe9, 91f8769a-1f02-4201-9c85-a14d008e9a43]
See Also
Supported Operators
Supported Indexes
Supported Types
- ScriptRun
- TestScriptAssignment
Supported Features
Feature | Supported? |
---|---|
Aggregation | Yes (Guid) |
Sortable | Yes |
Sub-selects | No |