how to write to ALM rtc files in bulk.
i have sets of data to be written to different streams, however i do not want to create any workspace. Is there any way i can write sets of data to different streams (well i know the component name , project area , stream name everything) directly without the need to create any workspace in eclipse IDE.
One answer
The web client allows you to create/commit a change-set directly to a stream, so there must be an API (albeit probably internal) way to do this. But before exploring that path, why do you want to avoid creating a workspace? Workspaces are cheap to create, and can be deleted when you are done with them.