retrieve_work_item_property_option
Retrieve a specific option from a work item property by providing its property and option IDs.
Instructions
Retrieve a single 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.
Returns: WorkItemPropertyOption object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| option_id | Yes | ||
| project_id | No | ||
| property_id | Yes |
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 |