查询 TAPD 需求变更历史
tapd_list_story_changesRetrieve TAPD requirement change history with optional field-level details. Filter by change author, field, type, and customize sorting and pagination.
Instructions
查询 TAPD 需求变更历史和字段级变更详情。story_id、created 与 id 至少提供一个;可按变更人、变更字段、变更类型过滤并自定义排序;include_details=true 时返回 field_changes 变更详情。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | 可选,变更历史记录 ID(支持多 ID 查询),与 story_id/created 三选一必填 | |
| page | No | 页码,默认 1 | |
| limit | No | 返回数量上限,默认 30,最大 100 | |
| order | No | 可选,排序规则,格式「字段名 asc|desc」(如 created desc) | |
| created | No | 变更创建时间查询条件,与 story_id/id 三选一必填;可使用 TAPD 支持的时间查询语法 | |
| creator | No | 可选,变更人 TAPD nick | |
| story_id | No | TAPD 需求 ID,与 created/id 三选一必填 | |
| change_type | No | 可选,变更类型,取值见 TAPD 文档附录 | |
| change_field | No | 可选,变更字段名(如 status) | |
| workspace_id | Yes | TAPD 项目 ID(必填)。可先用 tapd_list_bugs / tapd_list_stories 跨项目查询,或 tapd_list_workspaces 获取目标项目 ID | |
| include_details | No | 是否请求字段级变更详情,映射 TAPD need_parse_changes=1 |