Baseline naming convention adviser Plug in using Server Side API
Hi All,
I have requirement that while creating the baseline, baseline name should be auto populate with some predefined name structure in RTC 6.0.5. Is there any server side API available to do this same as we can do for stream and components. or
can we validate the baseline name with some predefined name using java script?
Thanks in Advance.
Accepted answer
According to this page of the wiki:
you cannot "extend" (i.e., trigger a plugin when it is performed) the baseline creation operation.
Anyway, the page refers to an old version of RTC (3.0.1.2), and we cannot rule out that newer versions support this kind of extension.
Have you considered the alternative of automating the baseline creation after a delivery, or when you change the state of a work item?