ado_add_link
Creates a link between two Azure DevOps work items using source ID, target ID, and link type. Manage related, parent-child, duplicate, dependency, and predecessor-successor relationships with an optional comment.
Instructions
Add a link between two work items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Optional comment on the link | |
| link_type | Yes | Link type: related, parent, child, duplicate, duplicate-of, depends-on, predecessor, successor | |
| source_id | Yes | Source work item ID | |
| target_id | Yes | Target work item ID |