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

Get WorkItem from a ChangeSet and viceversa

Hi,
I'd like to know if it's possible, given a ChangeSet (IChangeSet or IChangeSetHandle), to get the WorkItem(s) associated to it and viceversa (from a WorkItem get the handles for all the ChangeSets associated to it).
If so, how can I do?
Thanks in advance as the replies I got so far on other topics have been extremely helpful and fast!
cheers
Giacomo

0 votes



One answer

Permanent link
To go from the change-set to the work items, @see
IWorkspaceManager#getChangeSetLinkSummary().

When you fetch the ILink's from the summary, if the link type is
"com.ibm.team.filesystem.workitems.change_set" then it will point to a
work item.

HTH,
JohnC

ghezzi wrote:
Hi,
I'd like to know if it's possible, given a ChangeSet (IChangeSet or
IChangeSetHandle), to get the WorkItem(s) associated to it and
viceversa (from a WorkItem get the handles for all the ChangeSets
associated to it).
If so, how can I do?
Thanks in advance as the replies I got so far on other topics have
been extremely helpful and fast!
cheers
Giacomo

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

Question asked: Mar 26 '08, 10:02 a.m.

Question was seen: 6,863 times

Last updated: Mar 26 '08, 10:02 a.m.

Confirmation Cancel Confirm