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

Download changesets from workitem

Hi,

We are using RTC 4.0.4.
I have a requirement to download the files in the changesets from a workitem. Is it possible through RTC API.

0 votes



One answer

Permanent link
Sure you can! :) Steps you need are:
  1. Retrieve work-item by ID: com.ibm.team.workitem.common.IWorkItemCommon#findWorkItemById
  2. Retrieve change-set linked to work-item: com.ibm.team.links.service.ILinkServiceLibrary#findLinks and use ILinkConstants.CHANGESET_WORKITEM_LINKTYPE_ID as link type.
  3. Retrieve changes belong to change-set
We would advice you to take a look at the RTC Extension Workshop: https://jazz.net/library/article/1000
Cheers.

1 vote

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,939

Question asked: Nov 19 '14, 12:43 a.m.

Question was seen: 3,512 times

Last updated: Nov 19 '14, 4:09 a.m.

Confirmation Cancel Confirm