accelo_create_checklist
Create a new checklist on an Accelo task by providing the task ID and checklist items. Use it to add ordered to-do items to a task for tracking work.
Instructions
Create a new checklist.
Args: against_type: Object type (required) — currently only 'task' is supported against_id: Object ID (required) items: Array of items (required). Each item: {"title": "...", "ordering": 0} fields: Additional fields to return
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| fields | No | ||
| against_id | Yes | ||
| against_type | Yes |