azure-devops-mcp

by RyanCardin15
Verified

getWorkItemTypeFields

Retrieve specific fields for a work item type in Azure DevOps using process ID and reference name, enabling precise data management and integration.

Instructions

Get fields for a work item type

Input Schema

NameRequiredDescriptionDefault
processIdYesID of the process
witRefNameYesReference name of the work item type

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "processId": { "description": "ID of the process", "type": "string" }, "witRefName": { "description": "Reference name of the work item type", "type": "string" } }, "required": [ "processId", "witRefName" ], "type": "object" }

You must be authenticated.

Other Tools from azure-devops-mcp

Related Tools

ID: z7mxfcinp8