You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by zk...@apache.org on 2023/01/10 10:05:48 UTC

[incubator-devlake-website] branch main updated: docs(tapd): modify tapd advanced mode (#379)

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

zky 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 d8302e868 docs(tapd): modify tapd advanced mode (#379)
d8302e868 is described below

commit d8302e8683a82edc82d6a160da02fe832e3df76f
Author: Warren Chen <yi...@merico.dev>
AuthorDate: Tue Jan 10 18:05:43 2023 +0800

    docs(tapd): modify tapd advanced mode (#379)
---
 docs/UserManuals/ConfigUI/AdvancedMode.md | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/docs/UserManuals/ConfigUI/AdvancedMode.md b/docs/UserManuals/ConfigUI/AdvancedMode.md
index 396286d7b..39f192213 100644
--- a/docs/UserManuals/ConfigUI/AdvancedMode.md
+++ b/docs/UserManuals/ConfigUI/AdvancedMode.md
@@ -198,23 +198,16 @@ Below is an example for collecting a TAPD workspace. Since users can configure m
         {
             "plugin": "tapd",
             "options": {
+                "createdDateAfter": "2006-01-02T15:04:05Z",
                 "workspaceId": 34***66,
                 "connectionId": 1
             }
         }
-    ],
-    [
-        {
-            "plugin": "tapd",
-            "options": {
-                "workspaceId": 6***14,
-                "connectionId": 1
-            }
-        }
     ]
 ]
 ```
 
+- `createdDateAfter`: The data range you wish to collect after the given date.
 - `connectionId`: The ID of your TAPD connection at page http://localhost:4000/connections/tapd.
 - `workspaceId`: TAPD workspace id, you can get it from two ways:
   - url: ![tapd-workspace-id](/img/ConfigUI/tapd-find-workspace-id.png)
@@ -245,6 +238,7 @@ Below is an example for collecting a TAPD workspace and a GitLab repo in paralle
         {
             "plugin": "tapd",
             "options": {
+                "createdDateAfter": "2006-01-02T15:04:05Z",
                 "workspaceId": 6***14,
                 "connectionId": 1
             }
@@ -264,7 +258,7 @@ Below is an example for collecting a TAPD workspace and a GitLab repo in paralle
 
 ### 8. Zentao
 
-Below is an example for collecting a Zentao workspace. Since users can configure multiple Zentao connection, it's required to pass in a `connectionId` for TAPD task to specify which connection to use.
+Below is an example for collecting a Zentao workspace. Since users can configure multiple Zentao connection, it's required to pass in a `connectionId` for Zentao task to specify which connection to use.
 
 ```
 [