It's all about the answers!

Ask a question

merging two snapshot in RTC [Java API]


giorgio salvemini (156) | asked Jul 09 '21, 7:25 a.m.

 Hi.

is it possible to merging two snapshot using JAVA API?
I need to create a snapshot in a given stream which includes all components of 2 snapshots in other streams.
thank you

One answer



permanent link
Shashikant Padur (4.2k27) | answered Jul 12 '21, 7:45 a.m.
JAZZ DEVELOPER
edited Jul 12 '21, 7:47 a.m.
A snapshot is immutable where in you can change the name and description but not the included baselines.

Assuming you want to create a snapshot of components in the stream and components from the 2 snapshots, you could create a workspace, add the components from the stream into the workspace, add the components from the 2 snapshots into the workspace and create a snapshot.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.