Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

 
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




0 votes

Comments
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
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.

0 votes


Permanent link
 Thanks Ralph, The double quotes were a typo in the question I have corrected the question.

0 votes


Permanent link
 Mistake found later in mapping script

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: May 21 '13, 10:29 a.m.

Question was seen: 4,563 times

Last updated: May 23 '13, 3:27 p.m.

Confirmation Cancel Confirm