create_task
Create a new task in a Trackfusion project by providing a title, optional HTML description, status, priority, and due date to organize work effectively.
Instructions
Create a new task in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Task title | |
| status | No | Initial status (default: todo) | |
| dueDate | No | Due date in ISO format (YYYY-MM-DD or full ISO) | |
| priority | No | Priority (default: medium) | |
| projectId | Yes | Project ID | |
| description | No | Task description as HTML (rendered in Tiptap rich text editor). Supported tags: <h1>/<h2>/<h3> headings, <p> paragraphs, <ul><li> bullet lists, <ol><li> numbered lists, <ul data-type="taskList"><li data-type="taskItem" data-checked="false"> checklists, <strong> bold, <em> italic, <code> inline code, <pre><code> code blocks, <table><tr><th>/<td> tables, <hr> dividers, <blockquote> quotes. Always wrap text in block elements (<p>, <h2>, <li>, etc.) — never send raw text. |