get_work_item
Retrieve full details of a Polarion work item by project and work item ID. Optionally include raw HTML description for round-trip editing.
Instructions
Get full details of a single Polarion work item.
With include_description_html=True, description_html carries the raw
Polarion HTML body — the round-trip shape for update_work_item. Only
feed it back when the flag was True (False blanks it; "" = unchanged).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Polarion project ID. | |
| work_item_id | Yes | Work Item ID (e.g. 'MCPT-001'). | |
| include_description_html | No | When True, fill ``description_html`` with raw HTML for round-trip editing. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | Yes | ||
| type | Yes | ||
| status | Yes | ||
| priority | No | ||
| updated | No | ||
| space_id | No | ||
| document_name | No | ||
| assignee_ids | No | ||
| description_html | No | ||
| project_id | Yes | ||
| author_id | No | ||
| created | No | ||
| resolution | No | ||
| severity | No | ||
| outline_number | No | ||
| hyperlinks | No | ||
| custom_fields | No |