Crear tarea
beebole_add_taskCreates a new task in Beebole, optionally linked to a parent project, with customizable status and category.
Instructions
Crea una tarea (opcionalmente bajo un proyecto/padre y con estado/categoría).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| color | No | ||
| parentId | No | BeeboleId (ObjectId, 24 hex). | |
| statusId | No | BeeboleId (ObjectId, 24 hex). | |
| categoryId | No | BeeboleId (ObjectId, 24 hex). |