How to deliver a changeset/workitem to 2 different streams?
![]() Is there a way to deliver changesets/workitems to 2 streams at a time?
|
2 answers
![]()
Geoffrey Clemm (30.1k●2●30●35)
| 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 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?
![]() 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.
|
![]()
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
![]() 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).
|