list_work_item_test_steps
List a work item's Test Steps as Markdown cells, preserving column keys and row order to support test review and analysis.
Instructions
List a work item's Test Steps table as Markdown cells.
Preserves configured column keys and row order. For work-item metadata or body, use get_work_item or read_work_item instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | ||
| project_id | Yes | Polarion project ID. | |
| page_number | No | ||
| work_item_id | Yes | Work item ID (e.g. 'MCPT-001'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| items | Yes | ||
| has_more | No | ||
| page_size | Yes | ||
| total_count | Yes |