Skip to main content
Glama

azure-devops-mcp

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

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