list_work_item_property_options
Get all options for a work item property, optionally scoped to a project, to understand possible values for that field.
Instructions
List options for a work item property.
Args: property_id: UUID of the work item property project_id: UUID of the project. Omit for workspace scope. params: Optional query parameters
Returns: List of WorkItemPropertyOption objects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | ||
| project_id | No | ||
| property_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |