autotask_update_ticket_checklist_item
Update a ticket checklist item: change its text, mark it complete or incomplete, or adjust its position using the ticket ID and item ID.
Instructions
Update a checklist item on a ticket — edit text, mark complete/incomplete, or change position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticketId | Yes | The parent ticket ID | |
| itemId | Yes | The checklist item ID to update | |
| itemName | No | New text for the checklist item | |
| isCompleted | No | Mark the item complete (true) or incomplete (false) | |
| position | No | New ordering position for the item |