This is an automated email from the ASF dual-hosted git repository.

klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


The following commit(s) were added to refs/heads/main by this push:
     new f3f24c06b6f fix: jira data source supports v7 and above (#783)
f3f24c06b6f is described below

commit f3f24c06b6fbd54e18455884bf9bb66ef308e963
Author: Klesh Wong <[email protected]>
AuthorDate: Thu Sep 5 11:39:44 2024 +0800

    fix: jira data source supports v7 and above (#783)
---
 docs/Overview/SupportedDataSources.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Overview/SupportedDataSources.md 
b/docs/Overview/SupportedDataSources.md
index e34b1bb7c09..d43ab15a4b8 100644
--- a/docs/Overview/SupportedDataSources.md
+++ b/docs/Overview/SupportedDataSources.md
@@ -14,7 +14,7 @@ more plugins. Detailed plugin docs can be found 
[here](/docs/Plugins).
 
|---------------------|-----------------------------------------------------------------------------|------------------------------------|-------------------------|-------------------------------|---------------------------------------------------------------------|
 | GitHub              | Source Code Management, Code Review, Issue Tracking, 
CI/CD (GitHub Actions) | Cloud                              | Available         
      | `github`, `gitextractor`      | Incremental Sync                        
                            |
 | GitLab              | Source Code Management, Code Review, Issue Tracking, 
CI/CD (GitLab CI)      | Cloud, Community Edition 11+       | Available         
      | `gitlab`, `gitextractor`      | Full Refresh, Incremental Sync(for 
`issues`,`MRs`)                  |
-| Jira                | Issue Tracking                                         
                     | Cloud, Server/Data Center 7.x, 8.x | Available           
    | `jira`                        | Full Refresh, Incremental Sync(for 
`issues` and related)            |
+| Jira                | Issue Tracking                                         
                     | Cloud, Server/Data Center 7.x and above  | Available     
          | `jira`                        | Full Refresh, Incremental Sync(for 
`issues` and related)            |
 | Jenkins             | CI/CD                                                  
                     | 2.263.x+                           | Available           
    | `jenkins`                     | Incremental Sync                          
                          |
 | BitBucket (Beta)    | Source Code Management, Code Review                    
                     | Cloud                              | Advanced Mode 
Available | `bitbucket`, `gitextractor`   | Full Refresh                        
                                |
 | TAPD (Beta)         | Issue Tracking                                         
                     | Cloud                              | Advanced Mode 
Available | `tapd`                        | Full Refresh, Incremental Sync(for 
`stories`, `bugs`, `tasks`)      |

Reply via email to