create_activity
Add a draft activity to a board with optional status and priority, enabling task organization without linking to issues.
Instructions
Create a new activity (draft item) in a board. Optionally set an initial status and priority.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the activity | |
| status | No | Initial status. Valid values depend on the project (new boards: Todo, In Progress, Done / Urgent, High, Medium, Low). | |
| priority | No | Initial priority. Valid values depend on the project (new boards: Todo, In Progress, Done / Urgent, High, Medium, Low). | |
| description | No | Notes/body for the activity | |
| projectNumber | Yes | Number of the GitHub Project board |