如何从 Mingle 导出到 TFS 2010(Scrum for Team System)

发布于 2024-09-11 03:25:26 字数 163 浏览 4 评论 0原文

目前,我们已经在 Thoughtworks Mingle 中获得了所有用户故事和任务,但是如何将它们转移到我们正在与 Scrum For Team System 一起使用的 TFS 2010 中。

有人有这样做的经验吗?如果是这样,你是怎么做的?一路上有什么陷阱吗?

谢谢, 约翰

We've currently got all our User Stories and Tasks in Thoughtworks Mingle, but what to move them into TFS 2010 which we're be using with Scrum For Team System.

Has anyone had any experience doing this? If so, how did you go about doing it? Were there any gotchas along the way?

Thanks,
John

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

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

发布评论

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

评论(1

马蹄踏│碎落叶 2024-09-18 03:25:26

我对 Mingle 不熟悉,所以我不确定您对数据有什么样的访问权限。我可以设想两种情况:

*1。对 Mingle 数据的 API 访问

如果是这种情况,则以编程方式创建新工作项将非常简单。我们今天在帮助台系统和 TFS 之间执行此操作。只需创建一个工作项、设置字段并调用“Save()”即可。

*2.导出对 Mingle 数据的访问

这可能是一个更简单的解决方案。导出到 Excel(通过 CSV 或自定义转换),并使用插件在 Excel 中创建 TFS 列表。根据需要在导出的数据中对列重新排序,然后将导出的数据复制并粘贴到 TFS 数据。单击“发布”即可完成。

在这两者之间,如果这种情况要持续下去,我建议使用 API 方法。如果这是一次性的事情,Excel 方法就可以很好地工作。

I'm not familiar with Mingle, so I'm not sure what kind of access you have to the data. I can envision two scenarios:

*1. API Access to Mingle data

If this is the case, it's going to be very simple to create the new work items programmatically. We do this today between our help-desk system and TFS. It's just a matter of creating a work item, setting the fields, and calling "Save()".

*2. Export access to Mingle data

This is probably an easier solution. Export to Excel (via CSV or custom conversion), and create a TFS list in Excel using the plug-in. Reorder your columns as necessary in the exported data, and copy and paste from the exported data to the TFS data. Click on "Publish" and you're done.

Between the two, I'd recommend the API approach if this is going to be ongoing. If it's going to be a one-time thing, the Excel approach works fine.

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