update_work_item_link
Update an existing work item link by setting its suspect flag or revision pin. Identify the link via role and target work item, then change either property.
Instructions
Set suspect and/or revision on one existing outgoing link.
Identify the link via list_work_item_links(direction="forward") — role + target address one link; copy the role exactly as listed. None = unchanged; at least one of suspect / revision required. One link per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | Role id of the existing link. | |
| dry_run | No | Preview payload without calling Polarion. | |
| suspect | No | New suspect flag; None = unchanged. | |
| revision | No | New revision pin; None = unchanged. | |
| project_id | Yes | Source work item's project ID. | |
| work_item_id | Yes | Source work item ID. | |
| target_project_id | No | Defaults to the source's project. | |
| target_work_item_id | Yes | Target work item ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | Yes | ||
| link_id | Yes | ||
| updated | Yes | ||
| payload_preview | Yes |