how to import multiple 'Related Artifacts' links?
We are migrating ClearQuest attachments to a file share and want to add links to the new location as 'Related Artifacts' in RTC via the csv importer. It looks like importing of 'Related Artifacts' was added here but we run into
trouble trying to add a second link. If the import file has two links, both show
in the results window, but only the last remains attached.
Haven't been able to find any discussion around importing of multiple links.
Ideas? Perhaps some methods besides using importer?
One answer
Hi, you can use the Plain Java Client Libraries to upload attachments and also to create links to artifacts.
See: https://rsjazz.wordpress.com/2012/08/01/uploading-attachments-to-work-items/
If you want to create references using the API you can use the code in https://jazz.net/forum/questions/11092/help-setting-parentchild-link-through-api you just have to pick the right endpoint.
See: https://rsjazz.wordpress.com/2012/08/01/uploading-attachments-to-work-items/
If you want to create references using the API you can use the code in https://jazz.net/forum/questions/11092/help-setting-parentchild-link-through-api you just have to pick the right endpoint.