# BundleElement

Represents a field value in YouTrack.
Extended by:

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

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

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

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

## Attributes

This table describes attributes of the `BundleElement` 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 field value. `Read-only`.  |
|  name  |  String  |  The name of the value.  |
|  bundle  |  [Bundle](api-entity-Bundle.html)  |  The reference to the bundle that contains this value. `Read-only`. `Can be null`.  |
|  description  |  String  |  The description of the value. `Can be null`.  |
|  archived  |  Boolean  |  When `true`, this value is archived.  |
|  ordinal  |  Int  |  The position of the value in the set of values for the custom field.  |
|  color  |  [FieldStyle](api-entity-FieldStyle.html)  |  The color that is assigned to the value in the custom field.  |
|  hasRunningJob  |  Boolean  |  If true, there are some jobs running in the background for this bundle element. Otherwise, false. `Read-only`.  |

