Are there any scripted ways to create an RWS (Repository Workspace) for a given Changeset UUID?

Accepted answer

These are your options:
1. Try to use the SCM Command Line (See product documentation)
2. If using the EWM SDK/Plain Java client libraries find some inspiration here: https://github.com/jazz-community/ewm-scm-utils for example DownloadComponentBaseline if you install the EWM SDK as described in the EWM Extensions Workshop you have visibility to most of the code and the tests and you can search. See said workshop in the library. Start here: https://rsjazz.wordpress.com/2024/02/09/ewm-rational-team-concert-extensions-workshop-changes-for-7-0-3/