delete_work_item_property_option
Remove an option from a work item property by providing the property and option IDs. Specify project ID for project-level properties.
Instructions
Delete an option from a work item property.
Args: property_id: UUID of the work item property option_id: UUID of the option project_id: UUID of the project. Omit for workspace scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| option_id | Yes | ||
| project_id | No | ||
| property_id | Yes |