Developer Portal for YouTrack and Hub Help

DateTimeFieldValue

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

Properties

Name

Type

Description

type

'datetime'

Identifies this object as a date and time custom field value. Set this property to 'datetime'. 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