get_work_item
Retrieve full details of a Polarion work item by ID, including optional raw HTML description for round-trip editing.
Instructions
Get full details of one work item by ID.
include_description_html=True fills description_html with raw HTML — the required source for update_work_items description_html. Never feed back a blanked (flag=False) body.
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 | Fill ``description_html`` with raw HTML for round-trip editing. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| type | Yes | ||
| title | Yes | ||
| status | Yes | ||
| created | No | ||
| updated | No | ||
| priority | No | ||
| severity | No | ||
| space_id | No | ||
| author_id | No | ||
| hyperlinks | No | ||
| project_id | Yes | ||
| resolution | No | ||
| assignee_ids | No | ||
| custom_fields | No | ||
| document_name | No | ||
| outline_number | No | ||
| description_html | No |