# IntegerFieldValue

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

## Properties

| Name | Type | Description |
| --- | --- | --- |
| type |  `&apos;integer&apos;`  |  Identifies this object as an `integer` custom field value. Set this property to `&apos;integer&apos;`. See [FieldValue.type](Import-FieldValue.html#property-type).   |
| value |  number  |  The value of the field.   |

## See also

[YouTrack Import API](YouTrack-Import-Api-Documentation.html)

