planview_update_work_item
Update a work item by ID with new data such as status or notes to keep project information current.
Instructions
Update a work item with new data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The work item ID | |
| data | Yes | The data to update (e.g., {"status": "Completed", "notes": "Task finished"}) |