azure-devops-mcp

by RyanCardin15
Verified

convertFindingsToWorkItems

Convert exploratory test findings to work items

Input Schema

NameRequiredDescriptionDefault
findingIdsYesIDs of findings to convert
sessionIdYesID of the exploratory session
workItemTypeNoType of work item to create

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "findingIds": { "description": "IDs of findings to convert", "items": { "type": "number" }, "type": "array" }, "sessionId": { "description": "ID of the exploratory session", "type": "number" }, "workItemType": { "description": "Type of work item to create", "type": "string" } }, "required": [ "sessionId", "findingIds" ], "type": "object" }

You must be authenticated.

Other Tools