karea_edit_task
Edit an existing task by updating its title, priority, status, deadline, description, markdown, category, notes, tags, closing requisites, JIRA link, or project.
Instructions
Edit an existing task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Task name, visual ID (C1, T2), or UUID | |
| name | No | New task title (rename the task) | |
| priority | No | New priority | |
| status | No | New status: open, in_progress, blocked, review, done | |
| sla | No | New deadline | |
| description | No | New description (short, one line) | |
| markdown | No | Long-form markdown content — use for investigation findings, technical/functional docs, solution design, root cause analysis. Overwrites existing markdown; read first with karea_get_markdown to append. | |
| category | No | Move to category | |
| note | No | Add a note | |
| tags | No | Tags to add (e.g. ["bug", "needs review"]) | |
| clearTags | No | Remove all existing tags before adding new ones | |
| closingRequisites | No | Closing requisites to add | |
| clearClosingRequisites | No | Remove all existing closing requisites before adding new ones | |
| jiraIssueKey | No | JIRA issue key to link (e.g. PROJ-123). Set to "unlink" to remove. | |
| projectId | No | Project name or ID |