create_ticket
Log a new ticket in NinjaOne by specifying summary, description, type, severity, priority, and status. Supports incidents, problems, change and service requests.
Instructions
Create a new NinjaOne ticket. Requires write auth (refresh token or session key).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| status | No | Status name: NEW, OPEN, WAITING, PAUSED, RESOLVED (default NEW) | |
| summary | Yes | Ticket subject | |
| clientId | No | Organization ID (use list_organizations). Omit to use the default org. | |
| priority | No | ||
| severity | No | ||
| description | No | Ticket body text | |
| ticketFormId | No | Form ID (default 1) | |
| assignedAppUserId | No |