It's all about the answers!

Ask a question

Import CR Records problem: The 'Filed Against' attribute needs to be set


david bettenhausen (324) | asked May 21 '13, 10:29 a.m.
edited May 21 '13, 12:41 p.m.
 
I am exporting a field named "OL_Application" from ClearQuest and want to use that field to set the "Filed Against" value. For my query all of the records have "EFS Admin" as the value of <OL_Application>

RTC Version: 3.0.1.5

I have these lines in my mapping XML:

 <attribute  sourceId="OL_Application" targetId="com.ibm.team.workitem.attribute.category">
     <value sourceId="EFS Admin" targetId="J2EE" />
 </attribute>


And yet I still  get:

Problem
The 'Filed Against' attribute needs to be set (work item <10:03:04>).


Work item categories for this project area:

Unassigned-->J2EE
Unassigned-->Delphi





Comments
david bettenhausen commented May 21 '13, 10:32 a.m. | edited May 21 '13, 10:37 a.m.
Also tried


<attribute  sourceId="OL_Application"   targetId="com.ibm.team.workitem.attribute.category">
     <value sourceId="EFS Admin" targetId="Unassigned/J2EE"/>

 </attribute> 


and

<attribute  sourceId="OL_Application"   targetId="category">
     <value sourceId="EFS Admin" targetId="J2EE"/>
 </attribute> 

3 answers



permanent link
Ralph Schoon (63.1k33646) | answered May 21 '13, 10:34 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
There is a double quote "" in the first line after the equals of your mapping file. I am not sure that is intentional. If the syntax is incorrect your mapping might not work. Check if you see this in your file too and correct for it.

permanent link
david bettenhausen (324) | answered May 21 '13, 10:47 a.m.
edited May 21 '13, 12:42 p.m.
 Thanks Ralph, The double quotes were a typo in the question I have corrected the question.

permanent link
david bettenhausen (324) | answered May 23 '13, 3:27 p.m.
 Mistake found later in mapping script

Your answer


Register or to post 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.