How to add/modify change set comments using RTC server side APIs ?
I have a requirement where i have to add/modify a change set's comment while delivering it through an advisor. Using client JAVA libraries, we'd usually do it using the below code:
SCMPlatform.getWorkspaceManager(repository).setComment(changeSetHandle, comment, monitor);
Some one please help me with the equivalent server side code. Thanks in advance.