Magidoc

ProjectV2FieldCommon
Interface

Common fields across different project field types

Fields

#

createdAt

Non-null

Identifies the date and time when the object was created.

dataType

Non-null

The field's type.

databaseId

Identifies the primary key from the database.

id

ID !
Non-null

The Node ID of the ProjectV2FieldCommon object

name

Non-null

The project field's name.

project

Non-null

The project that contains this field.

updatedAt

Non-null

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

Implementations

#

Implemented by ProjectV2Field , ProjectV2IterationField , ProjectV2SingleSelectField .