work-recap

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Work Recap

工作回顾

Fetch consolidated recap data for a person or team.
获取个人或团队的整合回顾数据。

Instructions

使用说明

Personal recap

个人工作回顾

Call
my-work-recap
:
json
my-work-recap({ "includeInitiatives": true })
With date range:
json
my-work-recap({
  "startDate": "2024-01-20T00:00:00Z",
  "endDate": "2024-01-26T23:59:59Z",
  "includeInitiatives": true
})
调用
my-work-recap
json
my-work-recap({ "includeInitiatives": true })
指定日期范围:
json
my-work-recap({
  "startDate": "2024-01-20T00:00:00Z",
  "endDate": "2024-01-26T23:59:59Z",
  "includeInitiatives": true
})

Team recap

团队工作回顾

Call
team-work-recap
:
json
team-work-recap({ "teamId": "<teamId>", "includeInitiatives": true })
With date range:
json
team-work-recap({
  "teamId": "<teamId>",
  "startDate": "2024-01-20T00:00:00Z",
  "endDate": "2024-01-26T23:59:59Z",
  "includeInitiatives": true
})
Recap order prioritizes initiatives, then bugs, then TODOs.
Recap/list output may omit descriptions; call
get-task-details
for any task that needs deeper context.
调用
team-work-recap
json
team-work-recap({ "teamId": "<teamId>", "includeInitiatives": true })
指定日期范围:
json
team-work-recap({
  "teamId": "<teamId>",
  "startDate": "2024-01-20T00:00:00Z",
  "endDate": "2024-01-26T23:59:59Z",
  "includeInitiatives": true
})
回顾内容的排序优先级为:行动计划 > Bug > 待办事项。
回顾/列表输出可能会省略任务描述;如需查看任务的详细上下文,可调用
get-task-details