How to identify the shared components in stream?
Hi,
I have 15 streams. The stream strategy is such that most of them have shared components (e.g. new components were NOT created when StreamB was created, instead components from earlier release streamA were ADDed to StreamB)
Now looking at the streamB, how can we identify, "components from which stream were used to create this streamB?"
Please let me know.
2 answers
Note that it is best practice to initialize a component in a stream from a baseline, so you can use a compare operation to determine how this stream component has changed since it was first added to the stream.
And in that case, in 6.0.2, you will be able to see a graphical display of the baseline history of a component:
[CCM] Component history graph including branching/merging (286826)
But this might not be what you are looking for ... could you indicate why you want to know this information?
And in that case, in 6.0.2, you will be able to see a graphical display of the baseline history of a component:
[CCM] Component history graph including branching/merging (286826)
But this might not be what you are looking for ... could you indicate why you want to know this information?
Comments
showing 5 of 8
show 3 more comments
I was able to find a way to check which stream is consuming components from which stream (wherever applicable).
Right click on a stream > Show > Events > expand the event history > and it will give the details of when was the stream created, who created, what components were added (and also the details about which work space) etc.