manage_work_item_link
Add, remove, or update links between Azure DevOps work items to define relationships like parent-child or dependency.
Instructions
Add or remove links between work items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourceWorkItemId | Yes | The ID of the source work item | |
| targetWorkItemId | Yes | The ID of the target work item | |
| projectId | No | The ID or name of the project (Default: MyProject) | |
| organizationId | No | The ID or name of the organization (Default: mycompany) | |
| operation | Yes | The operation to perform on the link | |
| relationType | Yes | The reference name of the relation type (e.g., "System.LinkTypes.Hierarchy-Forward") | |
| newRelationType | No | The new relation type to use when updating a link | |
| comment | No | Optional comment explaining the link |