get_work_item_property_value
Retrieve custom property values for a work item by specifying project, work item, and property IDs. Returns single or multi-value details.
Instructions
Get the value(s) of a custom property on a work item.
Use list_work_item_properties to find the property_id for a given property name (e.g. "Acceptance Criteria").
Args: project_id: UUID of the project work_item_id: UUID of the work item property_id: UUID of the work item property
Returns: Single WorkItemPropertyValueDetail for non-multi properties, or list of WorkItemPropertyValueDetail for multi-value properties
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| property_id | Yes | ||
| work_item_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |