I want to copy all the Rally data (user stories, tasks, defects) from one workspace to other workspace under the same subscription.
Basically the requirement is -
Workspace A Workspace B
A1 X1
B1 Y1
C1 Z1
I want to achieve something like this -
Workspace A Workspace B
A1 X1
B1 Y1
C1 Z1
A1
B1
C1
I am looking for a solution in Ruby OR Python API which can probably do deepcopy
method so that I can retain all the history.
There are solution like deepcopy app in copy - Want to copy Rally stories from one project to another but that did not help us as we want to copy the data from another workspace.