Build
Represents a value of a custom field of `build` type.
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 | 'state' | The type of the custom field. |