Bulk upload and Download of Attachments & Parent Child relationship in RTC V4.0
![]() Hi, Can anybody explain if Bulk upload and Download of Attachments & Parent Child relationship in RTC V4.0 is possible? if yes please elaborate steps or the way we should write query for parent child.
|
2 answers
![]()
Hi Pradnya,
I don't know any option about bulk uploads. Possibly you need to create new RFE with specifying what you already want to achieve. You can select multiple work items to set as children in RTC. You need to set add children option. Anyway can you let us know what is the reason you want to have these bulk actions? Comments Hi Krzysztof Thanks for the response. the need is as follows. I have 1000 work items to be uploaded. Majority of these have some attachments and also children associated. I can load the data in work items but i am not aware if we can upload associated attachments and the children also. |
![]()
Hi Pradnya,
You can upload work items using CSV importer. Look at this topic to see how to upload e.g. parent-children relationship: https://jazz.net/forum/questions/62026/rtc-301-csv-workitem-import For uploading attachments we have RFE for that: https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=175669. You can subscribe to it to track the progress. Alternatively you can try using REST API or Java API to automate the job. Let us know if my answer helps for you. |