Update work item
update_work_itemPartially update an existing work item by providing its key and only the fields to modify.
Instructions
Update fields on an existing work item (partial update via PATCH). Only include the fields you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Title | No | ||
| DueDate | No | ||
| WorkType | No | ||
| StartDate | No | ISO 8601 date or date-time | |
| Description | No | ||
| workItemKey | Yes | The Karbon WorkItemKey to update | |
| DeadlineDate | No | ||
| AssigneeEmailAddress | No | Must be an existing Karbon user's email |