work-recap
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseWork Recap
工作回顾
Fetch consolidated recap data for a person or team.
获取个人或团队的整合回顾数据。
Instructions
使用说明
Personal recap
个人工作回顾
Call :
my-work-recapjson
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-recapjson
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-recapjson
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 for any task that needs deeper context.
get-task-details调用:
team-work-recapjson
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