Updating default TASKS for Story work Item
Hi
I am using RTC 5.0.1. I have a situation where in around 7000 STORY items are already imported and as a part of implementation of STORY item there need be 10 TASKS to be implemented. Which means all the 10 TASKS will need to be linked to each STORY.
Is there a way to link the TASKS to the 7000 story items by any means?
Regards
Niranjan V
I am using RTC 5.0.1. I have a situation where in around 7000 STORY items are already imported and as a part of implementation of STORY item there need be 10 TASKS to be implemented. Which means all the 10 TASKS will need to be linked to each STORY.
Is there a way to link the TASKS to the 7000 story items by any means?
Regards
Niranjan V
2 answers
I don't see how using the API would make this easier. You can of course write a Plain Java Client Library program to do this. See http://rsjazz.wordpress.com/2012/09/19/the-rtc-workitem-link-api-linking-workitems-to-other-elements/ for how to create links.
You can also use the CSV import capability to link work items. you provide the link target ID with # as a prefix in the column for the link type. e.g.
Id, parent
20, #4
You can also use the CSV import capability to link work items. you provide the link target ID with # as a prefix in the column for the link type. e.g.
Id, parent
20, #4
Comments
the RTC design here is 10 new unique tasks to be completed for each workitem. the tasks would be children on each.
story 42
task 3,4,5,6,7,8,9,10,11,12
story 50
task 20,21,22,23,24,25,26,27,28,29
you could create a workitem template to make it easier for the creator to create all 10 at once, but it is a manual step.
story 42
task 3,4,5,6,7,8,9,10,11,12
story 50
task 20,21,22,23,24,25,26,27,28,29
you could create a workitem template to make it easier for the creator to create all 10 at once, but it is a manual step.
Comments
Geoffrey Clemm
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Dec 05 '14, 7:00 p.m.V Niranjan
Dec 08 '14, 12:04 a.m.