# Version

Represents a value of a custom field of `version` type. Use it in an import script.

Extends [EnumElement](Import-EnumElement.html).

## Properties

| Name | Type | Description |
| --- | --- | --- |
| archived |  boolean  |    When `true`, the enum custom field value is marked as archived. Considered as `false` if the value of this property is not set.     If the [EnumElement](Import-EnumElement.html) already exists in YouTrack, its archived status is not updated.    |
| description |  string  |  The description of the enum custom field value. When not set, acts as `null`.   |
| name |  string  |  The name of the enum custom field value.   |
| releaseDate |  string  |    The date and time of the release date of the version custom field value.     `null` by default.     The expected string format is one of those returned by the `getTimestampFormats` function.    |
| released |  boolean  |  When `true`, the version custom field value is marked as released. `null` by default.   |
| type |  `&apos;version&apos;`  |  Identifies this object as a `version` custom field value. Set this property to `&apos;version&apos;`. See [FieldValue.type](Import-FieldValue.html#property-type).   |

## See also

[EnumElement](Import-EnumElement.html)

