docs: add WIP label to pagerduty plugin in supported data sources
diff --git a/docs/Overview/SupportedDataSources.md b/docs/Overview/SupportedDataSources.md
index 683065b..42acb94 100644
--- a/docs/Overview/SupportedDataSources.md
+++ b/docs/Overview/SupportedDataSources.md
@@ -9,18 +9,21 @@
 
 Apache DevLake(incubating) supports the following data sources. The data from each data source is collected with one or more plugins.
 
-| Data Source                     | Domain(s)                                                  | Supported Versions                                            | Config UI Availability | Triggered Plugins           | Collection Mode                                                |
-|---------------------------------| ---------------------------------------------------------- |---------------------------------------------------------------|------------------------| --------------------------- |----------------------------------------------------------------|
-| GitHub (include GitHub Action)  | Source Code Management, Code Review, Issue Tracking, CI/CD | Cloud                                                         | Available              | `github`, `gitextractor`    | Full Refresh                                                   |
-| GitLab (include GitLabCI)       | Source Code Management, Code Review, Issue Tracking, CI/CD | Cloud, Community Edition 13.x+                                | Available              | `gitlab`, `gitextractor`    | Full Refresh, Incremental Sync(for `issues`,`MRs`)             |
-| Gitee                           | Source Code Management, Code Review, Issue Tracking        | Cloud                                                         | Not Available          | `gitee`, `gitextractor`     | Full Refresh, Incremental Sync(for `issues`,`MRs`)             |
-| BitBucket                       | Source Code Management, Code Review                        | Cloud                                                         | Not Available          | `bitbucket`, `gitextractor` | Full Refresh                                                   |
-| Jira                            | Issue Tracking                                             | Cloud, Server 7.x+, Data Center 7.x+                          | Available              | `jira`                      | Full Refresh, Incremental Sync(for `issues` and related)       |
-| TAPD                            | Issue Tracking                                             | Cloud                                                         | Not Available          | `tapd`                      | Full Refresh, Incremental Sync(for `stories`, `bugs`, `tasks`) |
-| Jenkins                         | CI/CD                                                      | 2.263.x+                                                      | Available              | `jenkins`                   | Full Refresh                                                   |
-| Feishu                          | Calendar                                                   | Cloud                                                         | Not Available          | `feishu`                    | Full Refresh                                                   |
-| AE                              | Source Code Management                                     |                                                               | Not Available          | `ae`                        | Full Refresh                                                   |
-| Pagerduty                       | Issue Tracking                                             | [Singer-tap](https://github.com/singer-io/tap-pagerduty)      | Not Available          | `pagerduty`                 | Full Refresh                                                   |
+| Data Source      | Domain(s)                                                                   | Supported Versions                   | Config UI Availability | Triggered Plugins           | Collection Mode                                                |
+|------------------|-----------------------------------------------------------------------------|--------------------------------------|------------------------|-----------------------------|----------------------------------------------------------------|
+| GitHub           | Source Code Management, Code Review, Issue Tracking, CI/CD (GitHub Actions) | Cloud                                | Available              | `github`, `gitextractor`    | Full Refresh                                                   |
+| GitLab           | Source Code Management, Code Review, Issue Tracking, CI/CD (GitLab CI)      | Cloud, Community Edition 13.x+       | Available              | `gitlab`, `gitextractor`    | Full Refresh, Incremental Sync(for `issues`,`MRs`)             |
+| Jira             | Issue Tracking                                                              | Cloud, Server 7.x+, Data Center 7.x+ | Available              | `jira`                      | Full Refresh, Incremental Sync(for `issues` and related)       |
+| Jenkins          | CI/CD                                                                       | 2.263.x+                             | Available              | `jenkins`                   | Full Refresh                                                   |
+| BitBucket (Beta) | Source Code Management, Code Review                                         | Cloud                                | WIP                    | `bitbucket`, `gitextractor` | Full Refresh                                                   |
+| TAPD (Beta)      | Issue Tracking                                                              | Cloud                                | Not Available          | `tapd`                      | Full Refresh, Incremental Sync(for `stories`, `bugs`, `tasks`) |
+| Zentao (Beta)    | Issue Tracking                                                              | Cloud                                | Not Available          | `zentao`                    | Full Refresh                                                   |
+| Gitee (WIP)      | Source Code Management, Code Review, Issue Tracking                         | Cloud                                | Not Available          | `gitee`, `gitextractor`     | Full Refresh, Incremental Sync(for `issues`,`MRs`)             |
+| PagerDuty (WIP)  | Issue Tracking                                                              | Cloud                                | Not Available          | `pagerduty`                 | Full Refresh                                                   |
+| Feishu (WIP)     | Calendar                                                                    | Cloud                                | Not Available          | `feishu`                    | Full Refresh                                                   |
+| AE               | Source Code Management                                                      | On-prem                              | Not Available          | `ae`                        | Full Refresh                                                   |
+
+
 
 ## Data Collection Scope By Each Plugin