karea_create_task
Create tasks with title, priority, deadline, and JIRA linking. Supports markdown for detailed documentation, tags, and parent task assignment.
Instructions
Create a new task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Task title | |
| category | No | Category name | |
| priority | No | Priority 1-5 (1=critical) | |
| sla | No | Deadline: 2d, 5h, tomorrow, monday | |
| description | No | Task description (short, one line) | |
| markdown | No | Long-form markdown content — use for investigation findings, technical/functional docs, solution design, root cause analysis. This is the task's knowledge base. | |
| source | No | Where this task came from | |
| closingRequisites | No | Requirements that must be met before closing | |
| tags | No | Tags to add (e.g. ["bug", "needs review", "urgent"]) | |
| parentId | No | Parent task ID to create this as a subtask | |
| jiraIssueKey | No | JIRA issue key to link (e.g. PROJ-123). Issue must exist in JIRA. | |
| projectId | No | Project name or ID |