Skip to content

Commit b0c4ad2

Browse files
authored
fix: correct subscriber migration behavior and pricing table rendering (#58)
- Subscriber migration does NOT send verification emails; imported subscribers become immediately active (verified against fc-statuspage source: CreateSubscriptions bypasses confirmation flow) - Add note about quarantined email addresses being auto-skipped - Fix tilde (~) in zh pricing table causing markdown strikethrough; replace with en-dash (–) matching the en version
1 parent 382698f commit b0c4ad2

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

en/on-call/statuspage/comparison.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Flashduty CLI supports one-click migration of components, sections, incident his
199199
Check the imported components, sections, and incident history in the Flashduty Console
200200
</Step>
201201
<Step title="Migrate email subscribers">
202-
Use `flashduty statuspage migrate email-subscribers` to import subscribers -- this step triggers verification emails
202+
Use `flashduty statuspage migrate email-subscribers` to import subscribers -- imported subscribers are immediately active
203203
</Step>
204204
<Step title="Switch domain and go live">
205205
Point your custom domain CNAME to Flashduty, confirm everything works, and go live

en/on-call/statuspage/migrate-from-atlassian.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Flashduty CLI supports migrating **components, sections, incident history, and e
1212
1. **Migrate structure and history** -- components, sections, historical incidents (including maintenance records), and notification templates
1313
2. **Migrate email subscribers** -- subscriber list and their subscription preferences
1414

15-
The two-step design is intentional: structure migration does **not** send any notifications to subscribers, allowing you to verify the imported content before importing subscribers. Subscriber migration triggers verification emails.
15+
The two-step design is intentional: structure migration does **not** send any notifications to subscribers, allowing you to verify the imported content before importing subscribers. Imported subscribers become immediately active without email verification.
1616

1717
---
1818

@@ -162,9 +162,9 @@ Check progress with `migrate status`:
162162
flashduty statuspage migrate status --job-id <job_id>
163163
```
164164

165-
<Warning>
166-
Subscriber migration sends **verification emails** to imported subscribers. Make sure you have thoroughly verified the status page content in step 1 before running this step.
167-
</Warning>
165+
<Note>
166+
Imported subscribers become **immediately active** without email verification and can receive status update notifications right away. Email addresses marked as quarantined on the Atlassian side are automatically skipped.
167+
</Note>
168168

169169
Subscriber migration can safely be run multiple times -- existing subscribers will not be duplicated.
170170

zh/on-call/statuspage/comparison.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Atlassian Statuspage 作为独立产品收费,价格随订阅者、组件、
146146
| --- | --- | --- |
147147
| **公开状态页** | 包含在 On-call 中 | Startup 套餐 $99/月起,1,000 名订阅者需 Business 套餐 |
148148
| **内部状态页** | 包含在 On-call 中 | Audience-specific 独立产品,起步 $300/月 |
149-
| **状态页年度总成本** | **¥0(额外)** | **约 $4,800~$8,400+/年**(Public Business + Audience-specific) |
149+
| **状态页年度总成本** | **¥0(额外)** | **约 $4,800$8,400+/年**(Public Business + Audience-specific) |
150150

151151
<Note>
152152
Flashduty 状态页的额外成本为零——它是 On-call 订阅的内置能力。如果您已经使用 Flashduty On-call 进行事件管理,状态页**开箱即用**
@@ -200,7 +200,7 @@ Flashduty CLI 支持将 Atlassian Statuspage 的组件、分组、历史事件
200200
在 Flashduty 控制台检查导入的组件、分组和历史事件是否完整
201201
</Step>
202202
<Step title="迁移邮件订阅者">
203-
使用 `flashduty statuspage migrate email-subscribers` 命令导入订阅者,此步骤会触发验证邮件
203+
使用 `flashduty statuspage migrate email-subscribers` 命令导入订阅者,订阅者导入后即为活跃状态
204204
</Step>
205205
<Step title="切换域名并上线">
206206
将自定义域名 CNAME 指向 Flashduty,确认一切正常后正式上线

zh/on-call/statuspage/migrate-from-atlassian.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Flashduty CLI 支持将 Atlassian Statuspage 的**组件、分组、历史事件
1313
1. **迁移结构与历史** — 组件、分组、历史事件(含维护记录)和通知模板
1414
2. **迁移邮件订阅者** — 订阅者列表及其订阅偏好
1515

16-
两步分离设计的原因:迁移结构时**不会**向订阅者发送任何通知,您可以先检查导入的内容是否正确,再决定导入订阅者。导入订阅者时会触发验证邮件
16+
两步分离设计的原因:迁移结构时**不会**向订阅者发送任何通知,您可以先检查导入的内容是否正确,再决定导入订阅者。导入的订阅者会直接变为活跃状态,无需邮件验证
1717

1818
---
1919

@@ -163,9 +163,9 @@ flashduty statuspage migrate email-subscribers \
163163
flashduty statuspage migrate status --job-id <job_id>
164164
```
165165

166-
<Warning>
167-
订阅者迁移会向被导入的订阅者发送**验证邮件**。请确保您已经在上一步中充分验证了状态页内容,再执行此步骤
168-
</Warning>
166+
<Note>
167+
导入的订阅者会**直接变为活跃状态**,无需邮件验证,导入后即可接收状态更新通知。已在 Atlassian 端被标记为隔离(quarantined)的邮箱地址会被自动跳过
168+
</Note>
169169

170170
订阅者迁移可以安全地多次执行——已存在的订阅者不会被重复导入。
171171

0 commit comments

Comments
 (0)