Complete Complete Changesets on Workitem State Change
![]() Hi, I would like to create a follow-up action for workitem save to complete active changesets which are linked to the workitem whenever a specific state is set. I've written the server side code that accesses changesets from the workitem to where I check whether changesets are Active. Is it possible to set Active changesets to Complete at this point? Thanks, Mike P> |
One answer
![]()
Ralph Schoon (61.8k●3●36●43)
| answered Mar 18 '16, 3:43 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I don't know, you will have to find that out yourself. I think the API call to complete a change sets is
com.ibm.team.scm.client.IWorkspaceConnection.closeChangeSets(Collection, IProgressMonitor) I am not sure if the is any common or server API that does this. |