Skip to main content
Glama

azure-devops-mcp

createLink

Connects work items in Azure DevOps by specifying source and target IDs, link type, and an optional comment to establish clear dependencies and relationships.

Instructions

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" }
Install Server

Other Tools from azure-devops-mcp

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RyanCardin15/AzureDevOps-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server