update_item_field
Update a field value on a GitHub Project item by providing the project, item, and field IDs along with the new value.
Instructions
Update a field value on an item in a GitHub Project V2
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The global ID of the project | |
| itemId | Yes | The global ID of the item | |
| fieldId | Yes | The global ID of the field | |
| value | Yes | The value to set |