Github API - Test Config

ProjectV2FieldValue [input]

The values that can be used to update a field of an item inside a Project. Only 1 value can be updated at a time.

Attributes
date Date

Date [scalar]

An ISO-8601 encoded date string.

API:
Github GraphQL API

The ISO 8601 date to set on the field.

iterationId String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

The id of the iteration to set on the field.

number Float

Float [scalar]

The Float scalar type represents signed double-precision fractional values as specified by IEEE 754.

API:
Github GraphQL API

The number to set on the field.

singleSelectOptionId String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

The id of the single select option to set on the field.

text String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

The text to set on the field.

API:
Github GraphQL API