这是一个用于迁移项目协同数据的工具,支持在不同平台之间迁移项目、事项、属性等信息。
一键部署迁移按钮docker run -d -p 8088:8088 \ -e CODING_TOKEN="xx" \ -e TAPD_TOKEN="xx" \ -e TAPD_USER="xx" \ -e TAPD_COMPANY_ID="xx" \ -e CNB_TOKEN="xx" \ -e CNB_ROOT_ORGANIZATION="xx" \ --name migrate-collaboration-web \ docker.cnb.cool/coding/tool/migrate-collaboration/web:latest
- ✅ Issue
- ✅ 系统字段
| 环境变量 | 说明 | 是否必填 |
|---|---|---|
| CODING_TOKEN | CODING平台的访问令牌 | 是(如需迁移CODING数据) |
| TAPD_TOKEN | TAPD平台的访问令牌 | 是(如需迁移到TAPD) |
| TAPD_USER | TAPD平台的用户名 | 是(如需迁移到TAPD) |
| TAPD_COMPANY_ID | TAPD平台的公司ID | 是(如需迁移到TAPD) |
| CNB_TOKEN | CNB平台的访问令牌 | 是(如需迁移到CNB) |
| CNB_ROOT_ORGANIZATION | CNB平台的根组织 | 是(如需迁移到CNB) |
| PORT | Web应用的监听端口 | 否(默认为8088) |
构建并运行容器后,可以通过浏览器访问:
http://localhost:8088
http:
port: 8088
platforms:
coding:
token: "your-coding-token"
tapd:
token: "your-tapd-token"
user: "your-tapd-user"
companyID: your-tapd-company-id
cnb:
token: "your-cnb-token"
root_organization: "your-cnb-organization"