manage_work_item_link
Add, remove, or update links between work items in Azure DevOps projects using specified relation types, enabling structured task dependencies and workflows.
Instructions
Add or remove a link between work items
Input Schema
Name | Required | Description | Default |
---|---|---|---|
comment | No | Optional comment explaining the link | |
newRelationType | No | The new relation type to use when updating a link | |
operation | Yes | The operation to perform on the link | |
projectId | Yes | The ID or name of the project | |
relationType | Yes | The reference name of the relation type (e.g., "System.LinkTypes.Hierarchy-Forward") | |
sourceWorkItemId | Yes | The ID of the source work item | |
targetWorkItemId | Yes | The ID of the target work item |