This plugin collects Tapd data through Tapd REST API.
Configuring Tapd via config-ui.
To collect data, select Advanced Mode on the Create Blueprint page and paste a JSON config like the following:
Warning: Data collection only supports single-task execution, and the results of concurrent multi-task execution may not meet expectations.
[
[
{
"plugin": "tapd",
"options": {
"workspaceId": 34***66,
"connectionId": 1
}
}
],
[
{
"plugin": "tapd",
"options": {
"workspaceId": 6***14,
"connectionId": 1
}
}
]
]
connectionId: The ID field from TAPD Integration page.workspaceId: TAPD workspace id, you can get it from two ways:advanced mode[ [ { "plugin": "tapd", "options": { "companyId": 55850509, "workspaceId": 1, "connectionId": 1 }, "subtasks": [ "collectCompanies", "extractCompanies" ] } ] ]