Field: Component
Description
The Component field is a reference field for incidents which denotes the component of the software/hardware affected by the incident logged (it may have 0,1 or many selected values):
Examples
The Component field values are dependent on the Component picklist values in Enterprise Tester.
All incident associated with either "Component One" or "Component Two"
Code Block |
---|
|
Component IN ["Component two", "Component one"]
|
All incidents not related to the components "Hardware" or "Documentation":
Code Block |
---|
|
Component NOT IN ["Hardware", "Documentation"]
|
Supported Operators
=, IN, !=, NOT IN, IS, IS NOT
Supported Indexes
Entity
Supported Types
Supported Features
Feature | Supported? |
---|
Aggregation | Yes (String Array) |
Sortable | Yes |
Sub-selects | No |