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●3●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
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.
|
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
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.