A question about ReflectedWorkItemIDFieldName #1806
-
I'm not sure I have understood the whole purpose of ReflectedWorkItemIDFieldName. I got it to work by using this setting on both source and target: Is that what I'm supposed to do? If so - I guess I'm not able to migrate a project that uses the built-in processes since you can't create custom fields in the built-in processes? Am I missing something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 13 replies
-
You can indeed use a built-in Field and If I were to choose I would use The danger of using a built in field is that its value can be changed outwith the tool by others or by Azure DevOps itself. This would break the ability for the migration to find the correct work item for Links. You can add custom fields to an inherited process: |
Beta Was this translation helpful? Give feedback.
You can indeed use a built-in Field and If I were to choose I would use
Microsoft.VSTS.Build.IntegrationBuild
which is on every Work Item.The danger of using a built in field is that its value can be changed outwith the tool by others or by Azure DevOps itself. This would break the ability for the migration to find the correct work item for Links.
You can add custom fields to an inherited process: