RTC SCM API for delivering a changeset by associating a workitem and adding the comment.
Hello all,
Is there any API that i can use to associate a workitem and deliver the changeset to the component ?
As of now, I am able to create a changeset and checkin. but the changesets are not delivered.
Please suggest on the SCM API that delivers the changeset by associating a workitem and adding the comment.
Thanks.
Accepted answer
I responded to your earlier post https://jazz.net/forum/questions/241981/is-it-possible-to-deliver-a-given-file-as-a-changeset-to-a-component-instead-of-creating-the-file-and-then-copying-the-contents-in-rtc-scm?utm_campaign=forum&utm_medium=email&utm_source=forum-new-question&utm_content=forum-question
IWorkspaceConnection#deliver()
IFileSystemWorkItemManager#createLink()
IWorkspaceManager#setComment()