Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

API: Link a IChangeSetHandle with a IWorkItem before deliver

as the title, how to Link a IChangeSetHandle with a IWorkItem before delivering.


workspaceConnection.commit(changeSet, Collections.singletonList(workspaceConnection.configurationOpFactory().save(file)), monitor);

/***********************************/
// how to Link a changeSet with a IWorkItem here
/***********************************/

// deliver the changes to the stream
IChangeHistorySyncReport sync =
workspaceConnection.compareTo(streamConnection, WorkspaceComparisonFlags.CHANGE_SET_COMPARISON_ONLY, Collections.EMPTY_LIST, monitor);

workspaceConnection.deliver(streamConnection, sync, Collections.EMPTY_LIST, sync.outgoingChangeSets(myComponent), monitor);

0 votes



One answer

Permanent link
the result is: http://jazz.net/forums/viewtopic.php?t=10363

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,941

Question asked: Apr 29 '10, 3:47 a.m.

Question was seen: 5,914 times

Last updated: Apr 29 '10, 3:47 a.m.

Confirmation Cancel Confirm