-
-
Notifications
You must be signed in to change notification settings - Fork 368
Replies: 1 comment · 10 replies
-
Hi Vijju, have you added the ReflectedWorkItemId field to all the work items in the target ado. Please go through the documentation: |
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
Sure |
Beta Was this translation helpful? Give feedback.
All reactions
-
Here are the Error code on Debug Level : :17:53 DBG] [v14.3.10] -------------------------------------------------------------------------------------------------------------------- |
Beta Was this translation helpful? Give feedback.
All reactions
-
prior to the "Microsoft.TeamFoundation.WorkItemTracking.Client.ValidationException: TF237124: Work Item is not ready to save" error in the log the system will output all of the fields with their original and new value. You will need to check for something invalid. Mostly the reason would be Area, Iteration, or dates that are invalid. Do you have permission on the target environment to bypass rules on work item updates? |
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
Beta Was this translation helpful? Give feedback.
All reactions
-
The invalid field object is listed in the log:
You need to take care of this! I'm pretty sure that this field is supposed to be a number in the target... so and empty string, which is what you are trying to save, would not be valid. Check that the field type is the same between the source and the target process. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
While Migrating an Azure DevOps Project to a New Tenant getting the below error. Please suggest.
Note: Error text files can be found as an attachment.
14:28:10 INF] [v14.3.10] 465 Work items received, verifying
[14:28:12 INF] [v14.3.10] Loading 465 Work Items
[14:28:42 INF] [v14.3.10] 86/465 18.49%
[14:29:12 INF] [v14.3.10] 268/465 57.63%
[14:29:42 INF] [v14.3.10] 452/465 97.2%
[14:29:45 INF] [v14.3.10] Replay all revisions of 465 work items?
[14:29:45 INF] [v14.3.10] ValidateTargetNodesExist::Checking all Nodes on Work items
[14:29:45 INF] [v14.3.10] Processing Node: \EurofinsViracore Training\Area\Biopharma, start date: null, finish date: null
[14:29:45 INF] [v14.3.10] Processing Node: \EurofinsViracore Training\Area\Hospital Clinical, start date: null, finish date: null
[14:29:46 INF] [v14.3.10] Processing Node: \EurofinsViracore Training\Area\Oncology, start date: null, finish date: null
[14:29:46 INF] [v14.3.10] Processing Node: \EurofinsViracore Training\Iteration\BioPharma, start date: null, finish date: null
[14:29:46 INF] [v14.3.10] Processing Node: \EurofinsViracore Training\Iteration\Hospital Clinical\Clinical Lab Sprint 5, start date: null, finish date: null
[14:29:46 INF] [v14.3.10] Processing Node: \EurofinsViracore Training\Iteration\Hospital Clinical\Completed Sprints\Clinical Lab Sprint 2, start date: null, finish date: null
[14:29:46 INF] [v14.3.10] Processing Node: \EurofinsViracore Training\Iteration\BioPharma\BP Sprint 3, start date: null, finish date: null
[14:29:46 INF] [v14.3.10] Processing Node: \EurofinsViracore Training\Iteration\Hospital Clinical\test sprint, start date: null, finish date: null
[14:29:47 INF] [v14.3.10] Processing Node: \EurofinsViracore Training\Iteration\Hospital Clinical\Completed Sprints\Clinical Lab Sprint 1, start date: null, finish date: null
[14:29:47 INF] [v14.3.10] Processing Node: \EurofinsViracore Training\Iteration\Hospital Clinical\Clinical Lab Sprint 4, start date: null, finish date: null
[14:29:47 INF] [v14.3.10] Processing Node: \EurofinsViracore Training\Iteration\Hospital Clinical\Clinical Lab Sprint 3, start date: null, finish date: null
[14:29:47 INF] [v14.3.10] Processing Node: \EurofinsViracore Training\Iteration\BioPharma\BP Sprint 2, start date: null, finish date: null
[14:29:47 INF] [v14.3.10] Processing Node: \EurofinsViracore Training\Iteration\BioPharma\BP Sprint 1, start date: null, finish date: null
[14:29:47 INF] [v14.3.10] Found target project as EurofinsViracore Training
[14:29:47 WRN] [v14.3.10] ValidatingRequiredField: Task does not contain Custom.ReflectedWorkItemId
[14:29:47 WRN] [v14.3.10] ValidatingRequiredField: Bug does not contain Custom.ReflectedWorkItemId
[14:29:47 WRN] [v14.3.10] ValidatingRequiredField: Product Backlog Item does not contain Custom.ReflectedWorkItemId
[14:29:47 WRN] [v14.3.10] ValidatingRequiredField: Test Case does not contain Custom.ReflectedWorkItemId
[14:29:47 WRN] [v14.3.10] ValidatingRequiredField: Epic does not contain Custom.ReflectedWorkItemId
[14:29:47 WRN] [v14.3.10] ValidatingRequiredField: Feature does not contain Custom.ReflectedWorkItemId
[14:29:47 WRN] [v14.3.10] ValidatingRequiredField: Feature Change does not contain Custom.ReflectedWorkItemId
[14:29:47 WRN] [v14.3.10] ValidatingRequiredField: Feature Documentation does not contain Custom.ReflectedWorkItemId
[14:29:47 WRN] [v14.3.10] ValidatingRequiredField: BP Feature does not contain Custom.ReflectedWorkItemId
[14:29:47 WRN] [v14.3.10] ValidatingRequiredField: BP Release Documentation does not contain Custom.ReflectedWorkItemId
[14:29:47 WRN] [v14.3.10] ValidatingRequiredField: Impediment does not contain Custom.ReflectedWorkItemId
DevOps Migration Error.txt
Beta Was this translation helpful? Give feedback.
All reactions