nkdAgility / azure-devops-migration-tools

Azure DevOps Migration Tools allow you to migrate Teams, Backlogs, Tasks, Test Cases, and Plans & Suits from one Project to another in Azure DevOps / TFS both within the same Organisation, and between Organisations.
https://nkdagility.com/learn/azure-devops-migration-tools/
MIT License
493 stars 328 forks source link

[Bug]: Target Query not Used #2233

Closed MrHinsh closed 2 months ago

MrHinsh commented 2 months ago

🐛 (WorkItemMigrationContext.cs): fix variable name from _config.WIQLQuery to targetWIQLQuery

The variable name _config.WIQLQuery is incorrect and should be targetWIQLQuery to match the intended logic and improve code readability. This change ensures that the correct query is used for filtering existing work items, preventing potential migration issues.

Fixes: #2232