create_field
Create a custom field for a GitHub Project V2, supporting text, number, date, single select, and iteration types.
Instructions
Create a new custom field in a GitHub Project V2
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The global ID of the project | |
| name | Yes | Name of the field | |
| dataType | Yes | Type of field | |
| singleSelectOptions | No | Options for SINGLE_SELECT fields |