set_project_field
Set a single-select field on an issue's project card, automatically adding the issue to the board if it is not already present.
Instructions
Sets a single-select field on an issue's card, naming the field and the option rather than their node ids. An issue not yet on the board is added first, since a field value has nowhere to live otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | Yes | Single-select field to set, such as Status | |
| option | Yes | Option to set it to, such as In Progress | |
| repo_name | Yes | ||
| repo_owner | Yes | ||
| issue_number | Yes | ||
| project_owner | Yes | ||
| project_number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||