project_move_status
Change the status of a GitHub Project item using status names or aliases like 'dev' for '開発中'.
Instructions
Change the status of a project item (e.g. 'Backlog', '開発中', 'Done'). Supports aliases like 'dev'→'開発中'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | GitHub username or organization | |
| projectNumber | Yes | GitHub Project V2 number | |
| itemId | Yes | Project item ID (PVTI_...) | |
| status | Yes | Target status name (e.g. '開発中', 'Done') |