It's all about the answers!

Ask a question

how can we deliver same changesets to different streams


seshu kumar pamidi (21311) | asked Sep 07 '15, 10:46 a.m.
Hello,

Just want to know, I have two change sets associated with two different workitems, now I want to deliver two to one stream and only one to other stream.

Please let me know if this is possible in RTC.

Thanks for your help in advance

Accepted answer


permanent link
Geoffrey Clemm (30.1k33035) | answered Sep 07 '15, 11:17 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
First, note that you have to accept change sets from a work item into a workspace, and then deliver the result to a stream (i.e. you cannot directly deliver a change set associated with a work item to a stream).
You can do that via two workspaces, as Ralph suggests, or you can use a single workspace, as follows:
Select or create a workspace.
Set the current flow target of the workspace to be Stream1.
Execute the "replace with -> latest from stream" operation on the workspace.
Accept CS1 and CS2 into the workspace.
Deliver the workspace to Stream1
Set the current flow target of the workspace to be Stream2.
Execute the "replace with -> latest from stream" operation on the workspace.
Accept CS1 into the workpace.
Deliver the workspace to Stream2.

Select the "replace
seshu kumar pamidi selected this answer as the correct answer

One other answer



permanent link
Ralph Schoon (63.1k33646) | answered Sep 07 '15, 11:04 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You always use a repository workspace to deliver work items. So this is really easy to do.

Stream 1
  1. Create a repository workspace RW1 for Stream 1. RW1 flows to Stream 1
  2. Load the repository workspace RW1 and accept the change sets you want from work items into RW1
  3. Deliver the changes to Stream 1
  4. Unload RW1
Stream2
  1. Create a repository workspace RW2 for Stream 2. RW2 flows to Stream 2
  2. Load the repository workspace RW2 and accept the change sets you want from work items into RW2
  3. Deliver the changes to Stream 2


Comments
seshu kumar pamidi commented Sep 07 '15, 11:12 a.m.

Hi Raiph,

Thanks for the quick response.

I want the same changeset associated to a work item to be deliverd to two different streams:

CS1 associated with WI1  and
CS2 associated with WI2

Now I want to deliver CS1 & CS2 to Stream1 and only CS1 to different Stream2

Thia is my query.


Ralph Schoon commented Sep 07 '15, 11:43 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Consider reading my answer. Also consider that the streams could have additional differences, so you might actually have to use two repository workspaces.

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.