glpi_criar_chamado
Create a new ticket (incident or request) in GLPI with specified name, content, type, urgency, and optional category. Use dry-run mode to preview payload without creating.
Instructions
Abre um novo chamado. type: 1=Incidente, 2=Requisição. urgency: 1..5. Em modo dry_run, retorna o payload sem criar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| content | Yes | ||
| type | No | ||
| urgency | No | ||
| itilcategories_id | No | ||
| entities_id | No | ||
| requester_id | No |