RTC work item import with no prior knowledge of own Id and Parent Id
While performing csv file import to RTC, is there a way to tie the relationship between two work items as parent and child? This is often needed when we create a user story and its associated tasks in Excel, export as csv and then import to RTC. I believe this can be done through the "Id" and "Parent" fields, but couldn't find any info of how to do it. Could anyone help?
/Why Tea
Accepted answer
2 other answers
Hi Clement,
Thanks! I tried and it worked as you suggested.
I have a few more questions though.
1) How does RTC distinguish Ids "1, 2, 3" to the real Id (e.g. from an existing User Story)?
2) Must the Ids start with "1" and are continuous in the CSV file?
3) In your screenshot, I suppose it'll also work as below:
Id Parent
1
2 #1
3 #2
That means "myEpic" is the parent of "my Story card", and "my Story card" is the parent of "my Task"
Regards,
/Why Tea
Comments
Hi Clement,
I tried out 2) and it wasn't true that the Id must start from "1" as you said. I tried from "11" as well as from "111" and they still worked. I thought I'd just clarify it. It still puzzles me how RTC distinguish them from a real Id.
Anyway, I still marked your answers as accepted :)
/WT