azure-devops-mcp

by RyanCardin15
Verified

convertFindingsToWorkItems

Transform exploratory test findings into actionable Azure DevOps work items by specifying session IDs and finding IDs for streamlined issue tracking and task management.

Instructions

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 from azure-devops-mcp

Related Tools

ID: z7mxfcinp8