Hello everybody,
Im trying to display the "Description" Field of the work items when in MS Project, what I did is downloaded the Mapping file changed it by addint the following line:
<Mapping WorkItemTrackingFieldReferenceName="System.Description" ProjectField="pjTaskText30" />
And then I get this error, while uploading:
TF82023: The following fields could not be mapped because the field type of the
destination field is incompatible with the field type of the source field:System.Description
Whats wrong here, the System.Description is a String so what's the problem, does not "pjTaskText30" accept strings?
Well, System.Title is also a String and is accepted by the pjTaskText field.
Thank you,
Cheers