retrieve_work_item_property
Fetch a work item property using project, type, and property UUIDs.
Instructions
Retrieve a work item property by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | UUID of the project | |
| type_id | Yes | UUID of the work item type | |
| work_item_property_id | Yes | UUID of the property |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| deleted_at | No | ||
| relation_type | No | ||
| created_at | No | ||
| updated_at | No | ||
| name | No | ||
| display_name | Yes | ||
| description | No | ||
| logo_props | No | ||
| sort_order | No | ||
| property_type | Yes | ||
| is_required | No | ||
| default_value | No | ||
| settings | No | ||
| is_active | No | ||
| is_multi | No | ||
| validation_rules | No | ||
| external_source | No | ||
| external_id | No | ||
| created_by | No | ||
| updated_by | No | ||
| workspace | No | ||
| project | No | ||
| issue_type | No | ||
| options | No |