autotask_create_ticket_checklist_item
Add a new item to a ticket's checklist. Specify the ticket ID, item name, optional position, and completion status.
Instructions
Add a new checklist item to a ticket.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticketId | Yes | The ticket ID to add the checklist item to | |
| itemName | Yes | The checklist item text | |
| position | No | Optional ordering position for the item | |
| isCompleted | No | Whether the item starts in the completed state (default: false) |