create_project
Create a ServiceNow PPM project by providing a short description; optionally set state, priority, description, and additional fields.
Instructions
Create a PPM project (pm_project). Requires WRITE_ENABLED=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Project state (e.g. pending, open, work in progress) | |
| fields | No | Additional pm_project fields (start_date, end_date, project_manager, etc.) | |
| priority | No | Priority (1-5) | |
| description | No | Project description | |
| short_description | Yes | Project name / short description |