How to know the stream to which change set has been checked in (not delivered yet) for the review purpose.
One answer
Comments
I just want to know the flow target of the change set for the review purpose. As a review I need to decide that it right stream or not. I think I got the answer for the question. From the web client when I click on change set it opens the files in the change set and in the top it shows the path (breadcrumb) like SC->workspaces-><workspace>->component. From this we can go to the corresponding workspace and see the flow targets (which is nothing but the stream it would go to when we deliver).
The flow target only shows intent of where it might be delivered. The workspace owner may still choose to deliver somewhere else. As a reviewer, you wouldn't be forcing delivery to a particular stream. This kind of process is likely better enforced through delivery preconditions on your streams.
Comments
sam detweiler
Feb 14 '14, 7:56 a.m.so, they are only 'checked in' to the users private workspace.
no stream is involved.
the flow is
users desktop -> Check In -> users private workspace (on server)
users private workspace (on server) -> Deliver -> stream (on server)
and the outbound flow is
stream (on server) -> Accept -> users private workspace (on server) changes
or
stream (on server) -> Load -> users private workspace (on server) all files of component or stream
users private workspace (on server) -> Load -> users desktop
1 vote
Sonia Dimitrov
JAZZ DEVELOPER Feb 14 '14, 10:38 a.m.Hello Dhanunjaya,
is your question about which stream is intended for the change set delivery?
Sonia
Dhanunjaya L
Feb 15 '14, 4:00 a.m.My question is basically while reviewing code I want to ensure the code is going to correct stream. Usually review will be carried out on change sets that are checked in (once the review is done and approve the owner delivers the change set).
As Sam mentioned above change set is checked in into user's workspace. We usually use scoped workspace so that reviewer will be able to access the code for review. My further question is - can we get the workspace of the change set that has been checked in - so that using that info may be we can get the stream details using the workspace info.