yg_task_update
Update a task's title, description, assignment, deadline, column, or completion status. Only specified fields are modified.
Instructions
Update a task: move (columnId), assign, deadline, complete, archive, edit title/description. Only provided fields change. Pass deadline=null to clear.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | No | ||
| archived | No | ||
| assigned | No | ||
| columnId | No | ||
| deadline | No | ms epoch or ISO date; null clears. | |
| completed | No | ||
| description | No | Task description. RENDERED AS HTML, not markdown and not plain text — newlines are ignored and plain text collapses into one wall of text in the UI. Use tags: <p> paragraphs, <b> bold, <i> italic, <ul>/<ol> + <li> lists, <br> line break, <a href> links. Example: "<p><b>Goal.</b> Ship it.</p><ul><li>step one</li><li>step two</li></ul>". Reading a task back returns the same HTML. |