This is an automated email from the ASF dual-hosted git repository. klesh pushed a commit to branch kw-website-reorgainze-doc in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
commit 2ec387df952157ccba67bb564d12284d4fc1b638 Author: Klesh Wong <[email protected]> AuthorDate: Fri Dec 9 16:21:38 2022 +0800 fix: jira server supports version 7 --- docs/Overview/SupportedDataSources.md | 2 +- docs/UserManuals/ConfigUI/GitLab.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Overview/SupportedDataSources.md b/docs/Overview/SupportedDataSources.md index 938d10f68..5f58eb4d2 100644 --- a/docs/Overview/SupportedDataSources.md +++ b/docs/Overview/SupportedDataSources.md @@ -15,7 +15,7 @@ Apache DevLake(incubating) supports the following data sources. The data from ea | 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`)| | Gitee | Source Code Management, Code Review, Issue Tracking | Cloud |Not Available |`gitee`, `gitextractor` | Incremental Sync | | BitBucket | Source Code Management, Code Review | Cloud |Not Available |`bitbucket`, `gitextractor` | Full Refresh | -| Jira | Issue Tracking | Cloud, Server 8.x+, Data Center 8.x+ |Available |`jira` | Full Refresh, Incremental Sync(for `issues`, `changelogs`, `worklogs`) | +| Jira | Issue Tracking | Cloud, Server 7.x+, Data Center 7.x+ |Available |`jira` | Full Refresh, Incremental Sync(for `issues`, `changelogs`, `worklogs`) | | 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 | diff --git a/docs/UserManuals/ConfigUI/GitLab.md b/docs/UserManuals/ConfigUI/GitLab.md index 79f05d0d8..f5c109433 100644 --- a/docs/UserManuals/ConfigUI/GitLab.md +++ b/docs/UserManuals/ConfigUI/GitLab.md @@ -51,6 +51,6 @@ There are no transformation rules for GitLab repos. You can choose how often you would like to sync your data in this step by selecting a sync frequency option or enter a cron code to specify your prefered schedule. -## FAQ +## Troubleshooting -If you run into any problem, please check the [FAQ](../FAQ.md) or [create an issue](https://github.com/apache/incubator-devlake/issues) +If you run into any problem, please check the [Troubleshooting](/Troubleshooting/Configuration.md) or [create an issue](https://github.com/apache/incubator-devlake/issues)
