importing in to RTC
All,
I am importing a csv in to RTC, however, they actually have Predecessor and Successor columns. How do you import this in to RTC? I am familiar with #number for Parent, but is that the same format in this situation? Also, there are multiple items:
Id | Type | Summary | Parent | Predecessor | Successor |
0 | Task | Blah | | | |
1 | Task | Task Blah | #0 | | 4,55 |
2 | Task | Task 2 Blah | #0 | 1 | 26,55 |
Can you import Successor like "4,55" or "26,55"
Accepted answer
Did you test? I did implement link creation in https://github.com/jazz-community/work-item-command-line. I actually implemented a two pass solution that would create the items first and then the linkage. It would handle work item ID lists.