No mapping defined for value "" in CQ connector
I'm getting the following incoming synchronization error with the ClearQuest connector.
Incoming at 2/20/10 8:27:30 AM EST Error occurred: com.ibm.team.repository.common.TeamRepositoryException: There is no mapping defined for value "" of property "Resolution" in synchronization rule com.ibm.rational.clearquest.UCMInterop.Defect This is a sandbox environment with RTC and CQ Connector 2.0.0.2 with ClearQuest 7.1.1. Mapping a CQ Defect to RTC work item. Any clue as to how to fix this? I cannot map a blank external value. |
2 answers
Add a value mapping to the Resolution field where the blank external value is mapped to the "Unresolved" item value.
Here's an example of what the source will look like: <valueMapping> <externalValue></externalValue> <itemValue>Unresolved</itemValue> <defaultExternalValue>false</defaultExternalValue> <defaultItemValue>false</defaultItemValue> </valueMapping> |
Add a value mapping to the Resolution field where the blank external value is mapped to the "Unresolved" item value. Thanks. That got me past that error and on to another one. See this post... http://jazz.net/forums/viewtopic.php?t=9285 |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.