Skip to content

Commit 49d1f00

Browse files
committed
Merge remote-tracking branch 'origin/feat/post-mortem' into test
2 parents 7ce8721 + f8a62a3 commit 49d1f00

File tree

6 files changed

+16
-6
lines changed

6 files changed

+16
-6
lines changed

en/on-call/advanced/war-room.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,10 @@ Based on **War Room** functionality and existing **Intelligent Grouping** and **
170170
By analyzing team discussions, proactively extract summaries from the knowledge base and push relevant handling guides to assist root cause identification
171171
</Card>
172172
<Card title="Incident Review" icon="file-lines">
173-
Automatically summarize incident lifecycle, extract key decision points and improvement suggestions, and generate structured review documents
173+
Automatically summarize incident lifecycle using war room chat history, extract key decision points and improvement suggestions, and generate structured review documents
174174
</Card>
175175
</CardGroup>
176176

177177
<Info>
178-
More features coming soon...
178+
To build a more comprehensive context of the incident's full lifecycle, AI-generated post-mortem reads war room chat history. Ensure your IM integration has been granted the necessary permissions — see [Feishu/Lark](/en/on-call/integration/instant-messaging/lark) or [Slack](/en/on-call/integration/instant-messaging/slack) integration guides for details.
179179
</Info>

en/on-call/integration/instant-messaging/lark.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ Go to **Permission Management** page, request the following permissions for the
8686

8787
- `im:chat`: Get and update group information
8888
- `im:message`: Get and send direct/group messages
89-
- `contact:user.id:readonly`: Get user ID by phone number or email <span id="war-room-scope"></span>
89+
- `contact:user.id:readonly`: Get user ID by phone number or email
90+
- `im:message.group_msg`: Read group chat history (required for AI-generated post-mortem to access war room conversations) <span id="war-room-scope"></span>
9091

9192
![2025-09-18-10-55-14](https://docs-cdn.flashcat.cloud/images/png/d919be62107f6b9d0c662f440d620e61.png)
9293

en/on-call/integration/instant-messaging/slack.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Enter data source name, click **Save**.
2727

2828
After completing the previous steps, in the Flashduty On-call integration configuration page's **Enhanced Features** section, check **Enable War Room** to activate this feature—no additional configuration needed.
2929

30+
<Note>
31+
To enable AI-generated post-mortem with war room chat history, the app requires additional `channels:history` permission. For existing Slack integrations, you need to manually re-authorize to grant this permission.
32+
</Note>
33+
3034
## 3. FAQ
3135

3236
<AccordionGroup>

zh/on-call/advanced/war-room.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,10 @@ Flashduty On-call 作战室(War Room)是专为故障应急响应设计的自
171171
通过分析团队讨论,主动从知识库中提取摘要,推送相关的处理指南,以辅助根因定位
172172
</Card>
173173
<Card title="故障复盘" icon="file-lines">
174-
自动汇总故障生命周期,提炼关键决策点与改进建议,生成结构化复盘文档
174+
基于作战室聊天记录,自动汇总故障生命周期,提炼关键决策点与改进建议,生成结构化复盘文档
175175
</Card>
176176
</CardGroup>
177177

178178
<Info>
179-
更多功能,敬请期待...
179+
为了获取更完整的故障全生命周期上下文,AI 生成复盘报告需要读取作战室聊天记录。请确保您的 IM 集成已授予相应权限 —— 详见[飞书](/zh/on-call/integration/instant-messaging/lark)[Slack](/zh/on-call/integration/instant-messaging/slack) 集成指南。
180180
</Info>

zh/on-call/integration/instant-messaging/lark.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ keywords: ["飞书", "Lark", "即时消息", "告警通知", "IM集成"]
8787

8888
- `im:chat`:获取与更新群组信息
8989
- `im:message`:获取与发送单聊、群组消息
90-
- `contact:user.id:readonly`:通过手机号或邮箱获取用户 ID <span id="war-room-scope"></span>
90+
- `contact:user.id:readonly`:通过手机号或邮箱获取用户 ID
91+
- `im:message.group_msg`:读取群聊历史消息(AI 生成复盘报告需要读取作战室聊天记录) <span id="war-room-scope"></span>
9192

9293
![2025-09-18-10-55-14](https://docs-cdn.flashcat.cloud/images/png/d919be62107f6b9d0c662f440d620e61.png)
9394

zh/on-call/integration/instant-messaging/slack.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ keywords: ["Slack", "即时消息", "告警通知", "IM集成", "协作工具"]
2828

2929
完成先前步骤后,在 Flashduty On-call 集成配置页面的 **增强功能** 模块,勾选 **开启作战室** 即可启用该功能,无需额外配置。
3030

31+
<Note>
32+
若需启用 AI 生成复盘报告(读取作战室聊天记录),应用需要额外的 `channels:history` 权限。对于已授权的 Slack 集成,您需要手动重新授权以获取该权限。
33+
</Note>
34+
3135
## 三、常见问题
3236

3337
<AccordionGroup>

0 commit comments

Comments
 (0)