create_work_item_property_option
Create a new option for a work item property by providing a name and optional attributes such as color, description, or default flag.
Instructions
Create an option on a work item property.
Args: property_id: UUID of the work item property name: Display name for the option project_id: UUID of the project. Omit for workspace scope. 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: Created WorkItemPropertyOption object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| color | No | ||
| 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 |