问题标签 [vsts-sync-migrator]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
265 浏览

tfs - 将托管在 Azure 上的 TFS 迁移到本地

http://msdn.microsoft.com/en-us/library/7cb80f0d-0119-4277-82e8-719a8db1796e

这是两年前在类似帖子中共享的链接。但是,该链接不再可用。我们有替代方案吗?

0 投票
1 回答
73 浏览

vsts-sync-migrator - 您可以使用该工具持续同步项目积压工作吗?

我正在研究一种场景,我需要将一个项目中的部分积压工作不断地同步到另一个项目。在第一次迁移完成后,我看不到比较源和目标 WI 并同步它们的处理器。

有这样的处理器吗?

非常感谢,瓦伦丁

0 投票
2 回答
751 浏览

git - 我尝试迁移 Azure Devops 中的一个工作项,该工作项具有指向 git 存储库中分支的链接,但该链接没有被迁移

我目前正在学习如何将项目从一个集合迁移到另一个集合,并且我正在使用 VSTS-Sync Migrator 工具来完成这项工作。

我有一个工作项,它有一个指向仓库中分支的链接(它不是指向 git 提交的链接),并且在运行迁移器工具/脚本后,目标项目中的相同工作项包含除 git 分支链接之外的所有内容.

-> 我确保在迁移工作项之前迁移代码。

-> 我可以在迁移的工作项中手动附加相同的链接。

-> PAT 令牌具有完全访问权限

我附上了以下问题的图片,上次我在 StackOverflow 上提出问题时,图片没有出现,所以我还将添加每张图片的描述。

IMG 1:这是来自迁移脚本的警告消息。它说:

IMG 2:这是迁移的工作项,在“开发”下,它显示带有以下消息的感叹号:

IMG 3:这是源头的工作项。

来自脚本的警告消息

迁移的工作项

带有链接的源工作项

0 投票
1 回答
74 浏览

vsts-sync-migrator - vsts-sync-migrator:不包括构建链接的迁移

我使用azure-devops-migration-tools工具 v8.9.2将项目从 Azure DevOps 迁移到 Azure DevOps 。

是否可以不迁移构建链接?

请参阅下面的屏幕截图,我的意思是构建链接

在此处输入图像描述

0 投票
1 回答
1337 浏览

azure-devops - 迁移 Azure DevOps 数据时,如何解决 ReflectedWorkItemId 的 TF51005?

我正在尝试将项目从一个组织项目迁移到另一个项目。从源 Azure Devops 项目到目标 DEvops 项目。

ReflectedWorkItemIDFieldName: 应该是什么?

我尝试将其更改为:

但它没有帮助。请帮我

错误

===

我的配置文件

0 投票
1 回答
466 浏览

vsts-sync-migrator - Need to moved the closed work items between two AzureDevops Organization

By using VstsSyncMigrator Tool, I have successfully migrated the work items from one Azure Devops organization to another ( Agile based process). In my case all the open work items are migrated rather than the closed one. But I need to migrate the closed one also. How could I do with the same (migrate the closed work items)?

Below is my Json file. How can I do the migrate of closed work items?

Migrated from: https://github.com/nkdAgility/azure-devops-migration-tools/issues/499

0 投票
1 回答
207 浏览

vsts-sync-migrator - How to prevent Save Exception in Work Items?

Version 8.9.2 - when I run an Azure DevOps to Azure DevOps migration using base Scrum process (modified with inherited process that adds ReflectedWorkItemId to WITs), I observe save exceptions for a small percentage of the work-items during migration. After migration, I find empty work-items created with no title. Example:

(SessionID: 5c74594c-ad96-4d2c-a056-8aec8e35e9f8)

I have reproduced this error using the following steps: 1. Setup modified/inherited Scrum process "Migration" with "ReflectedWorkItemId" added to appropriate WITs on two separate Azure DevOps organizations 2. Setup source and target Projects "Migration test 2" using the Migration process configured in (1) 3. Create and save Product Backlog Item WIT in source project with Title "Test Changing PBI to Task" 4. Change type of WIT just created to type Task. Resolve State field issue by changing from "New" to "To Do" and save 5. Setup configuration.json configuration based on default ("init") generated json w/ typical modifications per video (empty field maps, etc.). Enable iteration processor and WIT processor. Modify QueryBit for WIT processor to exclude only Test Suite and Test Plan WITs. Set ReplayRevisions to true. 6. Run migration (on the one WIT created and modified in (2) and (3)). Error reproduced:

(SessionID: 6984b357-03ec-401d-ba03-7d43c84c4c6e)

Migrated from: https://github.com/nkdAgility/azure-devops-migration-tools/issues/485

0 投票
1 回答
70 浏览

azure-devops-migration-tools - TFS wok items 迁移到 DevOps 的问题

当项目名称与 TFS 不同时,您好面对项目未找到问题。我在 TFS 项目集合中有项目,我想使用迁移工具将数据迁移到 Devops。

TFS 链接 https://Server/tfs/DefaultCollection/StudentData

DevOps https://dev.azure.com/DevOps/**Studentmanagement* *

项目名称与上面指定的不同是无法迁移数据。下面使用的查询位

"QueryBit": "AND ([System.IterationPath]='StudentData\Release 4.7.0' OR [System.IterationPath]='StudentData\Release 4.7.1') AND [System.State]<>'Removed'",

#azure-devops-迁移工具

0 投票
1 回答
127 浏览

azure-devops-migration-tools - 在迁移提交链接是“固定”,“删除”但不是“添加”

当我在 azure-devops-migration-tools 中运行迁移时,有修复、删除提交链接,但没有添加。

在此处输入图像描述

因此,提交链接不会被迁移。然而,它不会在每个项目中重现 - 在大多数项目中,这工作正常并且提交也会被添加。例如:

在此处输入图像描述

我的 WorkItemMigrationConfig:

我怀疑这可能是特定于项目的,但目前我不知道是什么导致了这个问题。这可能是什么原因?

//编辑

在对该工具的源代码进行一些研究后,我发现只有在提交链接 URI 不同时才会添加提交链接(https://github.com/nkdAgility/azure-devops-migration-tools/blob/9ef6ee4fd863de30d8a2179450bc86cb5cfafeb5/src/VstsSyncMigrator。 Core/Execution/Omatics/RepoOMatic.cs#L137)在我的情况下,这些链接是相同的,因为 TFS / AzureDevops 项目 ID 是相同的,因为目标项目是克隆源项目集合的结果。

0 投票
1 回答
177 浏览

azure-devops - 如何将内联链接迁移到指向新项目工作项的其他工作项

我已将Azure DevOps 迁移工具设置为看起来一切正常的地方,但有一个例外。当引入工作项的内联链接时,该链接仍然引用旧项目而不是新项目。我假设我缺少一些告诉工具仍然引用源项目的属性,但我无法终生找到所说的属性。

示例:有 2 个项目,“测试源项目”和“测试目标项目” 当“测试源项目”迁移到“测试目标项目”时,“测试目标项目”中的链接仍然引用“测试源”中的原始任务项目。” 下面是我引用的截图。

我希望链接是:https ://dev.azure.com/Company/Test%20Target%20Project/_workitems/edit/75

但我得到了https://dev.azure.com/Company/Test%20Source%20Project/_workitems/edit/75

内嵌链接的屏幕截图


我使用的版本是 8.9,这是我的配置: