create_task
Create tasks in PixelFixer kanban boards with a title and column ID. Add priority, assignee, tags, and an English description to organize bug tracking.
Instructions
Create a new task. Requires title and columnId. IMPORTANT: title and description MUST be in English.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Array of tag IDs | |
| title | Yes | Task title (English) | |
| teamId | No | Team ID (auto from session if omitted) | |
| columnId | Yes | Column ID to place the task in | |
| priority | No | Task priority | |
| projectId | No | Project ID (auto from session if omitted) | |
| assigneeId | No | User ID to assign | |
| isInternal | No | Mark as internal (hidden from clients) | |
| description | No | Task description (markdown/HTML, English) |