# 说明

批量查询计划关联缺陷统计数

# url

https://api.tapd.cn/api/testx/plan/v1/namespaces/{namespace}/plans/bug-statistics

# 支持格式

JSON

# HTTP请求方式

POST

# 请求参数

# Request

字段名 必选 类型及范围 说明
PlanUids repeated string 计划ID列表(不能为空)
Namespace string 命名空间

# pageinfo

字段名 必选 类型及范围 说明
Offset uint32 分页偏移位置
Limit uint32 每页数量

返回结果

{
    "Error": null,
    "Data": [
        {
            "PlanUid": "plan_uid",
            "BugCount": 0
        }
    ]
}
1
2
3
4
5
6
7
8
9

# bug统计字段说明

# PlanBugStatistics

字段名 必选 类型及范围 说明
PlanUid string 所属计划ID
BugCount uint32 缺陷总数
上次更新: 2025-07-22 14:18:47