update_checklist_task_jwt
Update an IT Glue checklist task by ID, setting name, description, due date, assignee, position, or completion status. Uses JWT auth to enable updates unsupported by the standard API.
Instructions
Update an existing checklist task using JWT authentication.
This tool uses JWT authentication because IT Glue's public API doesn't support task modification.
Args: task_id: Task ID to update (required) name: New task name description: New task description due_date: New due date in ISO format (YYYY-MM-DD) assignee_id: New assignee user ID position: New position/order in the list completed: New completion status
Returns: JSON string with the updated task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| task_id | Yes | ||
| due_date | No | ||
| position | No | ||
| completed | No | ||
| assignee_id | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |