ERR] [16.0.9] TfsReflectedWorkItemId: Unable to match ReflectedWorkItemId(NA) as id! #2592
-
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
As per our conversation, this error will occur when the data in the ReflectedWorkItemId field is invalid. Since the value its trying to load is To correct this you need to: |
Beta Was this translation helpful? Give feedback.
-
Thanks for sharing tip with step , I followed it but still there is same error please read below I have searched for definition of ReflectedWorkItemIdField and it has no any value then i query and found some ReflectedWorkItemIdField with value set as NA which i have remove then run the tool against but its now showing error |
Beta Was this translation helpful? Give feedback.
-
HELLO TEAM |
Beta Was this translation helpful? Give feedback.
-
Martin, we have checked and its there , I wanted to know few thing about this using tool |
Beta Was this translation helpful? Give feedback.
-
Hi Martin, We have checked, and the work items have been successfully migrated. However, I have a few questions regarding the tool: Reverting Changes: reason is I have fully migrated the worktems from the project and its no longer required fully migration so need to delete from the target and do the re-migration using selected workitems from source Is it possible to revert the migration of the work items using this tool? If yes, could you provide details on how it can be done? Can the tool be run to migrate only specific, selected work items instead of all work items? |
Beta Was this translation helpful? Give feedback.
As per our conversation, this error will occur when the data in the ReflectedWorkItemId field is invalid. Since the value its trying to load is
NA
I'm going to go-ahead and assume that the person that added the field to your process was trying to be helpful and addedNA
in the "default value" field... This is the cause of your error.To correct this you need to:
Remove the Default value - Remove the Default value from the process definition. This is what it should look like:
Remove the invalid data from that field - Use a query to find all the work items that have "NA" in the ReflectedWorkItemId field and remove that data.