It's all about the answers!

Ask a question

How to deliver a changeset/workitem to 2 different streams?


Pravin Patil (104138133) | asked Apr 03 '15, 3:59 p.m.

Is there a way to deliver changesets/workitems to 2 streams at a time?

2 answers



permanent link
Geoffrey Clemm (30.1k33035) | answered Apr 03 '15, 11:28 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Not with the GUI.   You could do so via a command line script.

Comments
Pravin Patil commented Apr 05 '15, 11:28 a.m.

So do we need to provide static comment and workitem within script for checkin and deliver? 

Is there a way to deliver same changesets to 2 different streams, not at same time (in one operation) but in two different operations, through GUI/eclipse?


Geoffrey Clemm commented Apr 05 '15, 11:36 a.m. | edited Apr 05 '15, 11:37 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

I'm not sure what you mean by a "static" comment and workitem, but if your process requires that a comment and/or workitem for a deliver, then yes, the script must specify a comment and/or workitem.
To deliver to two streams in two different operations, use the Pending Changes view, deliver from the workspace to the one stream, then change the flow target of that workspace to the other stream, and then deliver to the other stream.


permanent link
Shuchita Tripathi (31436294) | answered Apr 07 '15, 7:57 a.m.
Hi Pravin,
You can try Stream to Stream flow.

Add flow target of Stream1 as Stream2.
So whatever changes will flow to Stream1, will also flow to Stream2.

Comments
1
Geoffrey Clemm commented Apr 07 '15, 11:13 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Note that the result of making Stream2 a flow target of Stream1 is that if you show Stream1 in the Pending Changes view, you will be able to click on "Deliver" to deliver the changes from Stream1 to Stream2, but it will not automatically flow changes from Stream1 to Stream2 (i.e. an explicit GUI gesture will be required to flow the changes from Stream1 to Stream2).

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.