merging two snapshot in RTC [Java API]
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
Shashikant Padur (4.3k●2●7)
| 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
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.