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

Import WorkItems from CSV including parent/child links (RTC 4.0.2 and later)

In this video a CSV file is imported and as a result the work items have parent/child links.
How was this done?

import-work-item-and-the-links-from-csv-file points out to use
id,parent
1234,#1233

I understand how to use this to link new work items to existing work items (id attribute known), but was wondering how to use this when the ID of the parent is not known (RTC sets it to a unique number during import)

1

0 votes


Accepted answer

Permanent link
The answer is simple: RTC is smart
RTC is able to use any ID in the import file to determine the link to set, but use actual/real (new) IDs during import.
So here is a demo.csv:

Id,Type,Summary,Filed Against,Parent
1233,Task,aParent,aCategory
1234,Task,aChild,aCategory,#1233

Millard Ellingsworth selected this answer as the correct answer

3 votes


One other answer

Permanent link
The related Help topic is also here http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m3/topic/com.ibm.team.workitem.doc/topics/t_importing_work_items_csv_file.html

0 votes

Comments

 Oh, if only that were true.  I can't find anything in the doc. that mentions how to set up a CSV file to create links as Thorsten describes above.

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
× 12,019
× 1,381
× 173
× 102
× 43

Question asked: Jan 25 '14, 2:58 a.m.

Question was seen: 13,247 times

Last updated: Oct 01 '15, 9:29 p.m.

Confirmation Cancel Confirm