add_task
Create a task on a GLPI ticket, specifying status, duration, privacy, and assignee. Use this to add work items or follow-ups to tickets.
Instructions
Crée une tâche sur un ticket.
status : 1=À faire 2=Terminée
duration_seconds : durée en secondes (ex. 3600 = 1h)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| content | Yes | ||
| ticket_id | Yes | ||
| is_private | No | ||
| assigned_user_id | No | ||
| duration_seconds | No |