create_ticket
Create a new support ticket with required subject and comment, plus optional priority, status, requester, assignee, group, type, and tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | Ticket subject | |
| comment | Yes | Ticket comment/description | |
| priority | No | Ticket priority | |
| status | No | Ticket status | |
| requester_id | No | User ID of the requester | |
| assignee_id | No | User ID of the assignee | |
| group_id | No | Group ID for the ticket | |
| type | No | Ticket type | |
| tags | No | Tags for the ticket |