delete_work_item_property_value
Remove all values of a custom property from a work item. Specify project, work item, and property IDs to clear the 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 |