将问题从 JIRA 转移到 Visual Studio Team Services(Visual Studio 在线)

Transfer issues from JIRA to Visual Studio Team Services (was Visual Studio Online)

有没有人有将 JIRA 工单迁移到 Team Services 的经验?我只是想看看是否有任何产品或简单的方法可以帮助过渡。

您可以尝试使用支持 "TFS / VSTS to-and-from JIRA issues synchronization" 的 TFS4JIRA

if the JIRA issue isn't yet paired with any TFS / VSTS work item create a new TFS / VSTS work item copy values of the fields for which mappings are configured from the issue to the work item pair the issue with newly created work item

如果您只是在寻找(1 次)迁移而不是同步,并且您有 REST APIs 和脚本编写经验,那么编写自己的 scripts/tool 可能是 "easy" 解决方案,尤其是当您需要映射不同的 project/field 配置时。

这里有一些相关的问题:

相关 REST API 文档可在此处获得: