update_work_item_property_option
Update the details of an option for a work item property, including name, description, color, and default status, to manage property options effectively.
Instructions
Update an option on 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. name: Display name for the option description: Option description color: Hex color string e.g. "#FF5733" is_default: Whether this is the default option external_source: External system source name external_id: External system identifier
Returns: Updated WorkItemPropertyOption object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| color | No | ||
| option_id | Yes | ||
| is_default | No | ||
| project_id | No | ||
| description | No | ||
| external_id | No | ||
| property_id | Yes | ||
| external_source | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | Yes | ||
| parent | No | ||
| project | No | ||
| property | No | ||
| is_active | No | ||
| workspace | No | ||
| created_at | No | ||
| created_by | No | ||
| deleted_at | No | ||
| is_default | No | ||
| logo_props | No | ||
| sort_order | No | ||
| updated_at | No | ||
| updated_by | No | ||
| description | No | ||
| external_id | No | ||
| external_source | No |