It's all about the answers!

Ask a question

importing in to RTC


Sterling Ferguson-II (1.6k8275268) | asked Jul 14, 2:30 p.m.

 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


permanent link
Ralph Schoon (62.7k33643) | answered Jul 18, 1:23 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Jul 18, 1:24 a.m.

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.  

Sterling Ferguson-II selected this answer as the correct answer

Your answer


Register or to post your answer.