azure-devops-mcp

by RyanCardin15
Verified

createLink

Create a link between work items

Input Schema

NameRequiredDescriptionDefault
commentNoComment explaining the link
linkTypeYesType of link to create
sourceIdYesID of the source work item
targetIdYesID of the target work item

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "comment": { "description": "Comment explaining the link", "type": "string" }, "linkType": { "description": "Type of link to create", "type": "string" }, "sourceId": { "description": "ID of the source work item", "type": "number" }, "targetId": { "description": "ID of the target work item", "type": "number" } }, "required": [ "sourceId", "targetId", "linkType" ], "type": "object" }

You must be authenticated.

Other Tools