azure-devops-mcp

by RyanCardin15
Verified

getWorkItemTypeFields

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