Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ pageType: index
toc: true
pageStatus: published
discussionId:
redirect_from: /change-log.html
redirect_from:
- /change-log.html
- /preview/change-log/

---

## Change Log
Expand Down
3 changes: 2 additions & 1 deletion docs/collections/_faq/work-item-is-not-ready-to-save.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
redirectFrom: []
layout: page
toc: true
title: Work items are not migrated!
categories:
- Work Items
redirectFrom:
-
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing?

---

Maybe you see a `TF237124: Work Item is not ready to save` error when you attempt to do a migration.
Expand Down
4 changes: 3 additions & 1 deletion docs/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ pageType: index
toc: true
pageStatus: published
discussionId:
redirect_from: /errormessages.html
redirect_from:
- /errormessages.html
- /preview/error-messages/
---

These Error messages are a collection of those that may be generated by the tool and what they `might` mean! If you have an error message that is not listed here, please let us know and we will add it to the list.
Expand Down
4 changes: 3 additions & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ pageType: index
toc: true
pageStatus: published
discussionId:
redirect_from: /faq.html
redirect_from:
- /faq.html
- /preview/faq/
---

## What is this tool for?
Expand Down
1 change: 1 addition & 0 deletions docs/getstarted/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pageStatus: published
discussionId:
redirect_from:
- /getting-started/
- /preview/getting-started/
---

If you want to perform a bulk edit or a migration then you need to start here. This tool has been tested on updating from 100 to 250,000 work items by its users.
Expand Down
2 changes: 2 additions & 0 deletions docs/getstarted/introvideos.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ pageType: index
toc: true
pageStatus: published
discussionId:
redirect_from:
- /preview/introvideos/
---

- [Video Overview](https://youtu.be/RCJsST0xBCE)
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ template: index-template.md
toc: false
pageStatus: published
discussionId:
redirect_from:
- /preview/
---

The Azure DevOps Migration Tools allow you to bulk edit and migrate data between Team Projects on both Microsoft Team Foundation Server (TFS) and Azure DevOps Services. Take a look at the [documentation](https://nkdagility.com/learn/azure-devops-migration-tools/) to find out how. This project is published as [code on GitHub](https://github.com/nkdAgility/azure-devops-migration-tools/) as well as a Winget package a `nkdAgility.AzureDevOpsMigrationTools`.
Expand Down
2 changes: 2 additions & 0 deletions docs/setup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ pageType: index
toc: true
pageStatus: published
discussionId:
redirect_from:
- /preview/setup/
---

To use these tools you will need to install them and configure your target environment (TFS or Azure DevOps). The following pages will guide you through the process:
Expand Down
1 change: 1 addition & 0 deletions docs/setup/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pageStatus: published
discussionId:
redirect_from:
- /installation/
- /preview/installation/
---

Install the Azure DevOps Migration Tools on Windows.
Expand Down
1 change: 1 addition & 0 deletions docs/setup/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pageStatus: published
discussionId:
redirect_from:
- /permissions/
- /preview/permissions/
---

The current permissions are governed by the requirements of the [TFS Client Object Model](https://learn.microsoft.com/en-us/azure/devops/integrate/concepts/dotnet-client-libraries?view=azure-devops) from Microsoft. While Microsoft [announced the deprecation of the WIT and Test Client OM](https://devblogs.microsoft.com/devops/announcing-the-deprecation-of-the-wit-and-test-client-om-at-jan-1-2020-2/) in 2020, it remains the only consistent method for interacting with versions of TFS from 2010 to 2018. We are in the process of migrating our tools to the REST API, but this is a large effort and will take some time to complete.
Expand Down
1 change: 1 addition & 0 deletions docs/setup/reflectedworkitemid.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ pageType: index
pageStatus: published
redirect_from:
- /Reference/ReflectedWorkItemId/
- /preview/Reference/reflectedworkItemid/
---

The Azure DevOps migrations Tools has no internal state, and uses a field on the work item to track the migration of work items. This field is always referd to in the docs as `ReflectedWorkItemId` and is used to track the work item in the target. It enables the ability to resume migrations as well as to be able to scope the work items based on a query and have multiple runs overlap.
Expand Down
2 changes: 2 additions & 0 deletions docs/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ pageType: index
toc: true
pageStatus: published
discussionId:
redirect_from:
- /preview/support/
---

## Support
Expand Down
2 changes: 2 additions & 0 deletions docs/version-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ pageType: index
toc: true
pageStatus: published
discussionId:
redirect_from:
- /preview/version-control/
---

While we do not migrate source control for you, we do have tools to maintain the links between work items and source code.
Expand Down