Developer Portal for YouTrack and Hub Help

Build

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

Extends EnumElement.

Properties

Name

Type

Description

archived

boolean

When true, the state custom field value is marked as archived. Considered as false if the value of this property is not set.

If the State value already exists in YouTrack, its archived status is not updated.

assembleDate

string

The date and time of the assembly date of the build custom field value.

null by default.

The expected string format is one of those returned by the getTimestampFormats function.

description

string

The description of the enum custom field value. When not set, acts as null.

isResolved

boolean

When true, the state custom field value is marked as resolved. Considered as false if the value of this property is not set.

If the State value already exists in YouTrack, its resolved status is not updated. / /**

name

string

The name of the enum custom field value.

type

'build'

Identifies this object as a build custom field value. Set this property to 'build'. See FieldValue.type.

10 September 2026