Has anyone tried Bugzilla to Jazz work item migration?
25 answers
I have the following mappings in the xml.
sourceId="description" targetId="com.ibm.team.workitem.attribute.description"
sourceId="short_desc" targetId="com.ibm.team.workitem.attribute.summary"
Do i need to add a mapping for the comments, which then would be the "long_desc" entries? If so, what is the correct targetId?
With these two only i still get the error "java.lang.NullPointerException".
sourceId="description" targetId="com.ibm.team.workitem.attribute.description"
sourceId="short_desc" targetId="com.ibm.team.workitem.attribute.summary"
Do i need to add a mapping for the comments, which then would be the "long_desc" entries? If so, what is the correct targetId?
With these two only i still get the error "java.lang.NullPointerException".
I have the following mappings in the xml.
sourceId="description" targetId="com.ibm.team.workitem.attribute.description"
sourceId="short_desc" targetId="com.ibm.team.workitem.attribute.summary"
Do i need to add a mapping for the comments, which then would be the "long_desc" entries? If so, what is the correct targetId?
With these two only i still get the error "java.lang.NullPointerException".
What I have put in the mapping file is:
attribute sourceId="description" targetId="com.ibm.team.workitem.attribute.description"
attributeType targetId="description"
value sourceId="" targetId=""
attributeType
I don't have an entry for short_desc in the mapping although I do have one entry in the source XML file for the importer and it apprently is picked up automatically bynthe importer.
I have the following mappings in the xml.
sourceId="description" targetId="com.ibm.team.workitem.attribute.description"
sourceId="short_desc" targetId="com.ibm.team.workitem.attribute.summary"
Do i need to add a mapping for the comments, which then would be the "long_desc" entries? If so, what is the correct targetId?
With these two only i still get the error "java.lang.NullPointerException".
Please submit a bug report on this NPE against 'Work Item' filling out all
details. Also include the mapping file.
Regarding the long_desc entry, that does not need to be included in the mapping. The importer knows about this field.
I have the following mappings in the xml.
sourceId="description" targetId="com.ibm.team.workitem.attribute.description"
sourceId="short_desc" targetId="com.ibm.team.workitem.attribute.summary"
Do i need to add a mapping for the comments, which then would be the "long_desc" entries? If so, what is the correct targetId?
With these two only i still get the error "java.lang.NullPointerException".
Are you saying you only have two entries in the mapping file?
Are you trying to save the contents into a zip file or directly import into a project area?
You don't add a mapping for the long_desc field. That field has some special handling.
page 3of 1 pagesof 2 pagesof 3 pages