update_work_item_link
Set the suspect flag or revision pin on an existing outgoing link between work items. Identify the link by role and target work item ID.
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). None = unchanged; at least one of suspect / revision required. One link per call. A role typo 404s.
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 |