# PredefinedFilterField

Represents a predefined field of the issue. Predefined fields are always present in an issue and |cannot be customized in a project. For example,
`project`
,
`created`
, |
`updated`
,
`tags`
, and so on.
Extends [FilterField](api-entity-FilterField.html)

## Attributes

This table describes attributes of the `PredefinedFilterField` 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 PredefinedFilterField. `Read-only`.  |
|  presentation  |  String  |  Presentation of the field. `Read-only`.  |
|  name  |  String  |  The name of the field. `Read-only`.  |

