create_problem
Create a new problem record in ServiceNow with details like description, assignment group, and priority to initiate issue resolution.
Instructions
Create a new problem record (requires WRITE_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| short_description | Yes | Brief description of the problem | |
| description | No | Detailed description | |
| assignment_group | No | Assignment group name or sys_id | |
| priority | No | 1=Critical, 2=High, 3=Moderate, 4=Low |