update_task
Update an existing org-mode task with full replacement content, automatically handling status transitions and timestamp updates while preserving key properties.
Instructions
Update an existing task with new content. Provide the complete new task entry including all properties and subsections. Automatic behaviors: (1) TODO→DONE moves to Completed section and sets CLOSED timestamp, (2) DONE→TODO moves to Tasks section and clears CLOSED timestamp, (3) MODIFIED timestamp updated automatically. Preserve all PROPERTIES including :ID:, :CUSTOM_ID:, and :CREATED:. For format specifications, read emacs-org://guide/task-format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | Task identifier to find the task (ticket ID, CUSTOM_ID, or headline) | |
| task_entry | Yes | Complete new task entry in org format with all properties and subsections preserved |