nkdAgility/azure-devops-migration-tools

[Bug]: "PauseAfterEachWorkItem": true doesn't allow to continue

maf-soft opened this issue · 2 comments

Version

  • I confirm that I am using the latest version

Source Version

Azure DevOps Server 2020

Target Version

Azure DevOps Service

Relevant configuration

{
      "$type": "WorkItemMigrationConfig",
      "Enabled": true,
      "PauseAfterEachWorkItem": true,

Relevant log output

Do you want to continue? (y/n)
y[12:14:29 WRN] [v14.3.5] USER ABORTED

What happened?

No idea how to continue

Debug in Visual Studio

  • Visual Studio Debug

Not sure why your "y" is not working.

image

Instead you can use "WorkItemIDs": [4, 45, 87] to only focus on specific work items.

Thanks. I'm using Windows Powershell over a RDP. Now I tried to paste a 'y' from the clipboard and that worked.