read_work_item
Retrieves a single Polarion work item, returning its body as Markdown with anchors collapsed for clear reading.
Instructions
Read one work item with its body rendered as Markdown.
Synthesis output — collapses Polarion anchors; NEVER feed it to update_work_items. Edits round-trip via get_work_item(include_description_html=True) instead. For a Test Steps grid, use list_work_item_test_steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Polarion project ID. | |
| work_item_id | Yes | Work item ID (e.g. 'MCPT-001'). |
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 | ||
| author_name | No | ||
| description | No | ||
| assignee_ids | No | ||
| custom_fields | No | ||
| document_name | No | ||
| assignee_names | No | ||
| outline_number | No |