list_work_item_property_options
Retrieve all available options for a specific work item property by providing the property ID. Optionally scope to a project or workspace.
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 |