delete_work_item_property_value
Remove custom property values from a work item. Clears all values for the specified property.
Instructions
Delete the value(s) of a custom property on a work item.
For multi-value properties, deletes all values for that property.
Args: project_id: UUID of the project work_item_id: UUID of the work item property_id: UUID of the work item property
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| property_id | Yes | ||
| work_item_id | Yes |