# WorkItemAttributeValue

Represents a value of a work item attribute.
## Attributes

This table describes attributes of the `WorkItemAttributeValue` 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 value of a work item attribute. `Read-only`.  |
|  name  |  String  |  The name of the value of a work item attribute.  |
|  description  |  String  |  The description of the value of a work item attribute. `Can be null`.  |
|  autoAttach  |  Boolean  |  If `true`, the work item attribute is automatically added to a project when you enable time tracking in it.  |
|  prototype  |  [WorkItemAttributePrototype](api-entity-WorkItemAttributePrototype.html)  |  The prototype for the work item attribute. `Can be null`.  |

