NkdAgility Azure Devops Migration Tools Versions Save

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.

v15.0.4-Preview.16

3 days ago

Fixes #2050 \n\nThe method Uri.ToString() fails to encode spaces as %20, leading to incorrect outcomes in URL comparisons. To address this, I have modified the code to use Uri.AbsoluteUri, which correctly encodes the URL. This change ensures that the comparison operates as expected in the following code snipped.\n\n if (!match.Value.ToLower().Contains(oldTfsurl.ToLower()) && !match.Value.ToLower().Contains(oldTfsurlOppositeSchema.ToLower()))\\n

[preview] Images Not Correctly Migrated from TFS Server URLs Containing Spaces (#2052) for MrHinsh

Changes:

Bugs:

  • #2050: [Bug]: Images Not Correctly Migrated from TFS Server URLs Containing Spaces

Others:

  • #2052: [preview] Images Not Correctly Migrated from TFS Server URLs Containing Spaces

This list of changes was auto generated.

v15.0.4

1 month ago

[master] Attachement Migration Fix (#2016) for MrHinsh

Changes:

  • #2016: [master] Attachement Migration Fix
  • #2008: Fix/tfs attachment enricher unable to export
  • #2004: [preview] Update to now use values from TfsAttachmentEnricherOptions
  • #2003: [bug] Error as values not passed to attachment migrator

This list of changes was auto generated.

v15.0.4-Preview.7

1 month ago

From: @jacobmalliet\n\nResolves an issue with the TfsAttachmentEnricher where _server instance was always null. This seemingly occurred because of a duplicate WorkItemServer instance variable _workItemServer.\n\nAfter attempting to use workItemServer instead, I found that it was also not being set properly because of a null comparison being done incorrectly.\n\nThis change removes the duplicate WorkItemServer variable and properly initializes the _workItemServer before exporting attachments.\n\nFirst time contributing so let me know if you need anything else changed here.

Fix/tfs attachment enricher unable to export (#2008) for MrHinsh

Changes:

  • #2008: Fix/tfs attachment enricher unable to export
  • #2004: [preview] Update to now use values from TfsAttachmentEnricherOptions
  • #2003: [bug] Error as values not passed to attachment migrator

This list of changes was auto generated.

v15.0.3

1 month ago

$(prbody)

+semver: fix for MrHinsh

v15.0.2-Preview.184

1 month ago

The system ignored TfsAttachmentEnricherOptions and used empty variables instead. This fix removes the empty local variables and always uses the values in TfsAttachmentEnricherOptions\n\nFor Bug reported by @muradjames and will fix #2003

[preview] Update to now use values from TfsAttachmentEnricherOptions (#2004) for MrHinsh

Changes:

  • #2004: [preview] Update to now use values from TfsAttachmentEnricherOptions
  • #2003: [bug] Error as values not passed to attachment migrator

This list of changes was auto generated.

v15.0.2

1 month ago

This should also pull any other commits that are needed.

Fix for User error (#1993) for MrHinsh

v15.0.2-Preview.135

1 month ago

Fix for #1997

[preview] Fix for #1997 (#1998) for MrHinsh

v15.0.2-Preview.89

1 month ago

[preview] Cleanup (#1995) for MrHinsh

v15.0.2-Preview.44

1 month ago

Fix for nodeStructureEnricher being turned off but needed

[preview] Fix for nodeStructureEnricher being turned off but needed (#1994) for MrHinsh

v15.0.1-Preview.204

1 month ago

[preview] Fix for GetUsersInSourceMappedToTargetForWorkItems being null (#1991) for MrHinsh