update_project
Modify an existing ServiceNow project by updating its details such as status, description, manager, or timeline to reflect current progress and changes.
Instructions
Update an existing project in ServiceNow
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID or sys_id | |
| short_description | No | Project name of the project | |
| description | No | Detailed description of the project | |
| status | No | Status of the project (green, yellow, red) | |
| state | No | State of project (-5 is Pending,1 is Open, 2 is Work in progress, 3 is Closed Complete, 4 is Closed Incomplete, 5 is Closed Skipped) | |
| project_manager | No | Project manager for the project | |
| percentage_complete | No | Percentage complete for the project | |
| assignment_group | No | Group assigned to the project | |
| assigned_to | No | User assigned to the project | |
| start_date | No | Start date for the project | |
| end_date | No | End date for the project |