# Event

Represents a transition from one value to another for a custom field that is managed by a state-machine rule in workflow.
## Attributes

This table describes attributes of the `Event` 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 name of the transition. You can use this name to apply command to the issue. `Read-only`.  |
|  presentation  |  String  |  The presentation of the transition in the interface. `Read-only`. `Can be null`.  |

