read_work_item
Retrieve a Polarion work item by project and item ID, and view its body rendered as Markdown with collapsed anchors for clear readability.
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.
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 |