how to set approval(work iteam)before creating a baseline in RTC SCM?
Hi Team,
My use case is that I wanted to create a baseline of a component from my main stream but my condition is that baseline should happen only to those source code which has been approved.
for approval purpose I am planing to using WI, I wanted to set a pre-conditon if linked Wi is in close state then and then only I should create a baseline.
Please suggest how to achieve this
Kind Regards,
Krunal.
Accepted answer
Krunal,
the key here is flow relations and stream strategy. Your process should include a step (which can be automated depending on your integrations to e.g. process management tools) where approving / closing a work item would deliver the linked source code to a release stream. At certain times if you then snapshot that stream (or baseline the components therein) you are guaranteed to have all the approved code captured.
See e.g. Multi Stream Strategy
You can also guard the streams from deliveries which are not approved (operational preconditions).
- Arne
Comments
Hi Arne,
Thanks for the suggestion, yes you are correct I wanted to flow approved source code from developer stream to integration stream.
I have set flow target for the same, only need to apply pre-condition and check it agian.
thanks and regards,
Krunal.
Great. So if this answers your question could you please mark the answer as accepted? Thanks and best regards,
- Arne
Sure