It's all about the answers!

Ask a question

How can I update changeset's comment with jazz SDK api ?


Kenji Kitajima (1369) | asked Jul 31 '15, 12:54 a.m.
edited Jul 31 '15, 2:29 a.m. by Ralph Schoon (61.8k33643)
 Hello!
I am wondering if the following is possible in RTC via Java API?
Update a changeset's comment against repository workspace.

Thanks in advance,

Regars,

One answer



permanent link
Ralph Schoon (61.8k33643) | answered Jul 31 '15, 2:37 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Use IScmService.setComment(IChangeSetHandle changeSets, String comment, ISynchronizationTimes[] syncTimes, IRepositoryProgressMonitorHandle monitor)

Your answer


Register or to post your answer.