Create Incident
create_incidentCreate a new ServiceNow incident with a required short description and optional caller, assignment group, impact, and urgency. Returns incident number and sysId.
Instructions
Create a new ServiceNow incident. Requires shortDescription; description, caller, assignment group, impact and urgency are optional. Returns the new incident number and sysId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shortDescription | Yes | ||
| description | No | ||
| callerId | No | caller user_name or sys_id | |
| assignmentGroup | No | Assignment group name | |
| impact | No | ||
| urgency | No |