karea_create_question
Create an open question (decision or blocker) in a project, optionally link to tasks, and get a short ID like KAQ3.
Instructions
Create an open question (a decision or blocker to resolve) in a project, optionally linked to tasks, and return it with its short ID (e.g. KAQ3).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskIds | No | Task IDs to link (visual IDs like KA12 or UUIDs) | |
| markdown | No | Markdown body with additional context | |
| question | Yes | The question text | |
| projectId | No | Project name or ID |