How to implement naming advisor for baseline using server side API?
Kajal Chaudhari (11●4)
| asked Dec 06 '18, 1:14 a.m.
edited Dec 06 '18, 2:36 a.m. by Ralph Schoon (63.6k●3●36●46) Hello,
I am trying to implement the naming advisor for baseline.But I didnt understand how to get the baselines associated with component.& then provide naming convention on that?.
IComponentModificationData data = (IComponentModificationData) operation.getOperationData();
Component c=(Component) data.getComponent();
IBaselineHandle bh=c.getInitialBaseline();
|
Accepted answer
Ralph Schoon (63.6k●3●36●46)
| answered Dec 06 '18, 2:34 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
See the answer to your same question here:
If you have a different question, please ask a different question.
Ralph Schoon selected this answer as the correct answer
|
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.