Developer Portal for YouTrack and Hub Help

DateFieldValue

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

Properties

Name

Type

Description

type

'date'

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

value

string

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

10 September 2026