从 TFS 迁移到 Redmine

发布于 2024-12-11 03:38:21 字数 229 浏览 2 评论 0原文

我的团队目前正在使用 TFS 2010 进行源代码控制、构建和项目管理。我们正在转向使用 Git 进行源代码控制,使用 Cruise 进行构建,使用 Redmine 进行项目管理。我们现在正在使用 Git-Tfs 将我们的源代码控制与 TFS 集成,而 Cruise 是一个非常简单的设置,我的问题是关于项目管理迁移。

是否有任何流程或工具可以将问题、错误、任务和用户故事从 TFS 迁移到 Redmine?以前有人这样做过吗?

My team currently is using TFS 2010 for source control, builds and project management. We are moving to Git for source control, Cruise for builds, and Redmine for project management. We are using Git-Tfs right now to integrate our source control with TFS, and cruise is a pretty trivial setup, my question is about project management migration.

Are there any processes or tools to migrate the issues, bugs, tasks, and user stories from TFS to Redmine? Has anyone done this before?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

寄与心 2024-12-18 03:38:21

实际上,当谈到导入到Redmine时,最好的选择是使用REST API(http:// /www.redmine.org/projects/redmine/wiki/Rest_api_with_ruby)。这要求您以某种方式从 TFS 导出数据(最好的选择是作为 csv 或 tsv),并使用一些 ruby​​ 代码迭代您的数据并提出新问题。

我不知道 TFS 内置了哪些工具用于导出数据,但 csv 并不罕见,至少可以访问 SQL 后端和 SQL 脚本,您可以手动创建 csv。

导入 Redmine 通常需要编码,但也有插件 (http://www.redmine.org/插件/issue_importer_xls)。

Really when it comes to importing into Redmine the best bet is to use the REST API (http://www.redmine.org/projects/redmine/wiki/Rest_api_with_ruby). This requires that you export your data from TFS in some way (best bet is as a csv or tsv) and with a little ruby code iterate through your data and make new issues.

I don't know what tools TFS has built in for exporting data, but as a csv isn't uncommon, and at the least with access to the SQL back-end and an SQL script you could create a csv manually.

The import into Redmine normally requires coding, but there are plugins as well (http://www.redmine.org/plugins/issue_importer_xls).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文