You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: If set to `true` then the tool will run. Set to `false` and the processor will not run.
32
33
defaultValue: missing XML code comments
33
-
- parameterName: FieldMappings
34
+
- parameterName: FixedTargetFields
34
35
type: Dictionary
35
-
description: Field reference name mappings. Key is work item type name, value is dictionary of mapping source filed name to target field name. Target field name can be empty string to indicate that this field will not be validated in target. As work item type name, you can use * to define mappings which will be applied to all work item types.
36
+
description: List of target fields, that are considered as fixed. It means, even if the field is different against source field, no warning will be triggered, jus information about the differences. Use this list, whan you know about the differences between fields, but resolved it for example by using . Key is target work item type name. As this name, you can use * to define fixed fields which will be applied to all work item types.
36
37
defaultValue: missing XML code comments
37
38
- parameterName: IncludeWorkItemtypes
38
39
type: List
39
40
description: List of work item types which will be validated. If this list is empty, all work item types will be validated.
40
41
defaultValue: missing XML code comments
42
+
- parameterName: SourceFieldMappings
43
+
type: Dictionary
44
+
description: Field reference name mappings. Key is work item type name, value is dictionary of mapping source filed name to target field name. Target field name can be empty string to indicate that this field will not be validated in target. As work item type name, you can use * to define mappings which will be applied to all work item types.
0 commit comments