Can we deliver changeset or working stream to multiple stream ?
One answer
Hi Sunil
> can we deliver a change set or working stream to Multiple streams
Yes but not in one operation.
The changeset must be first delivered to the stream it was created in, and then you can do any mix of:
- From that stream, deliver changeset(s) to another stream
- In another stream, accept changeset(s) from a stream
When doing either you are likely to have to also accept/deliver dependent changesets, that's normal.
There is a permission to allow delivering (accepting) other users changesets - obviously you must have that permission.
HTH
Ian