move_activity
Move an activity to a new status like Todo, In Progress, or Done. Optionally set its priority to Urgent, High, Medium, or Low to keep your board organized.
Instructions
Move an activity to a different status and optionally set its priority. Valid values depend on the project (new boards: Todo, In Progress, Done / Urgent, High, Medium, Low).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | Item id of the activity (from list_activities) | |
| status | Yes | Target status. Valid values depend on the project (new boards: Todo, In Progress, Done / Urgent, High, Medium, Low). | |
| priority | No | Target priority. Valid values depend on the project (new boards: Todo, In Progress, Done / Urgent, High, Medium, Low). | |
| projectNumber | Yes | Number of the GitHub Project board |