update_work_item
Modify project tasks by updating title, description, category, stage, assignment, estimated time, due date, tags, importance, or completion status.
Instructions
Update an existing work item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | No | ||
| dueDate | No | ||
| stageId | No | ||
| projectId | Yes | ||
| categoryId | No | ||
| workItemId | Yes | ||
| description | No | ||
| isCompleted | No | ||
| estimatedTime | No | ||
| assignedUserId | No | ||
| importanceLevelId | No | Importance: 1=Urgent, 2=High, 3=Normal, 4=Low |