TicketFieldsRelationshipFilterAny
Returns ticket field relationship filter conditions joined with logical OR.
View-Specific Information
Select
The following query is processed server-side while other filters are processed client-side within the provider:SELECT * FROM TicketFieldsRelationshipFilterAny WHERE TicketFieldId = '10676711527964'
Columns
| Name | Type | References | Description |
| TicketFieldId | Long |
TicketFields.Id | The Id of the ticket field. |
| Field | String | The name of a ticket field. | |
| Operator | String | The comparison operator for the filter condition. | |
| Value | String | The value to compare against the ticket field in the filter condition. |