# FilterField

Represents an issue property, which can be a predefined field, a custom field, a link, and so on.
Extended by:

* [PredefinedFilterField](api-entity-PredefinedFilterField.html)

* [CustomFilterField](api-entity-CustomFilterField.html)

## Attributes

This table describes attributes of the `FilterField` entity.

* To receive an attribute in the response from the server, specify it explicitly in the `fields` request parameter.

* To update an attribute, provide it in the body of a POST request.

|  Field  |  Type  |  Description  |
| --- | --- | --- |
|  id  |  String  |  The ID of the FilterField. `Read-only`.  |
|  presentation  |  String  |  Presentation of the field. `Read-only`.  |
|  name  |  String  |  The name of the field. `Read-only`.  |

