It's all about the answers!

Ask a question

Programmatically completing a change-set


Atul Kumar (1872329) | asked Mar 24 '14, 5:53 a.m.
I want to programmatically mark a change-set to "complete", just like the "Complete" context-menu-item on a change-set.

Is there an API exposed in the Item API, or would I require to use ScmServices ?

Accepted answer


permanent link
Shashikant Padur (4.2k27) | answered Mar 24 '14, 7:06 a.m.
JAZZ DEVELOPER
You can use IWorkspaceConnection.closeChangeSets()
Atul Kumar selected this answer as the correct answer

Comments
Atul Kumar commented Mar 24 '14, 7:16 a.m. | edited Mar 24 '14, 7:23 a.m.

I could figure out the same from the SDK, thanks for confirming.

Your answer


Register or to post your answer.