how to accept changesets on stream automatically (Flow target)
Accepted answer
2 other answers
Comments
Accept is the opposite direction. You should be able to tell, which direction you want. I did this in the Eclipse client yesterday. Maybe you have a typo in the stream names? (The flow target does not play a role here I guess, since it is not a loaded repo workspace. See https://jazz.net/help-dev/clm/topic/com.ibm.team.scm.doc/topics/accept.html. )
-s, --source <arg> Selects the source workspace or stream from which the changes will flow. To specify the workspace or stream, use its name[@repo], alias, or UUID[@repo].
-t, --target <arg> Selects the target workspace into which the changes will flow. To specify the workspace, use its name[@repo], alias, or UUID[@repo].
If you get it right, I would expect it to work
1 vote
Correct but "lscm Accept" was always throwing me error "Unmatched workspace.."
Looks like "deliver" won't work for me as I need to associate a work item on R2 and then accept.
looking carefully it looks like 'lscm accept' works when the target is a workspace.
I don't think you can associate a changeset on system 1 with a workitem on system 2.
There is a stream to stream deliver at least, where the streams can be on different CML instances (DSCM). this works in the client. A Stream is not that different from a workspace. If you need to resolve conflicts you need a repository workspace.
I would suggest to create a work item if this is broken for you. Work Item references are replicated, but the work item will only know about the original change set in its repository. You can link remote change sets to work items using a Change Request work item. this is a different link type.
1 vote
You can meet Tim Feeney and me at Innovate talking about these considerations on Wednesday.
You will see the work item on both sides but the work item will only refer back to the local change set. If you make the CCM server friends, you will however be able to see the work item from thew change set.
We will try to bring over what we found into the deployment Wiki.
Sadly no chance for Innovate for me this year. Will miss meeting u again.