list_work_item_links
Retrieve linked items and their roles from a work item. Use forward direction for role and suspect info; backward direction for a Lucene fallback.
Instructions
List a work item's links, one direction per call.
Forward carries role (parent, verifies, …) and suspect; back is a Lucene fallback that drops role (always None) — recover it via forward on the source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | No | forward | |
| 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 |