list_work_item_links
Retrieve a work item's links in forward or backward direction; forward links include role and suspect status.
Instructions
List a work item's outgoing or incoming links.
One direction per call. Forward exposes role (parent, verifies,
…) and suspect. Back falls back to a linkedWorkItems: Lucene query
that drops the role, so back role is None — recover via forward on
the source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Polarion project ID. | |
| work_item_id | Yes | Work Item ID (e.g. 'MCPT-001'). | |
| direction | No | forward | |
| page_size | No | ||
| page_number | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| total_count | Yes | ||
| page | Yes | ||
| page_size | Yes | ||
| has_more | No |