Magidoc

ProjectV2ItemFieldValueCommon
Interface

Common fields across different project field value types

Fields

#

createdAt

Non-null

Identifies the date and time when the object was created.

creator

The actor who created the item.

databaseId

Identifies the primary key from the database.

field

Non-null

The project field that contains this value.

id

ID !
Non-null

The Node ID of the ProjectV2ItemFieldValueCommon object

item

Non-null

The project item that contains this value.

updatedAt

Non-null

Identifies the date and time when the object was last updated.

Implementations

#

Implemented by ProjectV2ItemFieldDateValue , ProjectV2ItemFieldIterationValue , ProjectV2ItemFieldNumberValue , ProjectV2ItemFieldSingleSelectValue , ProjectV2ItemFieldTextValue .