get_tapd_bugs
Fetch and format defect data from TAPD platform for specified projects, returning a structured JSON string for streamlined project management analysis.
Instructions
获取TAPD平台指定项目的缺陷数据(支持分页)
Returns:
str: 格式化后的缺陷数据JSON字符串
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_tapd_bugsArguments",
"type": "object"
}