It's all about the answers!

Ask a question

How to get IWorkItem from IChangeSet (server)


0
1
Yehiel Glass (25538986) | asked Oct 23 '12, 3:30 p.m.
 HI,
I have IChangeSet  on deliver operation and I want to get the related IWorkItem.
There must be a way to get the WorkItem out of changeset as I can do it simply in the Eclipse GUI.
How can I get a related WorkItems when I have the changeSet ?
Thanks.

One answer



permanent link
Tim Mok (6.6k38) | answered Oct 23 '12, 4:34 p.m.
JAZZ DEVELOPER
I assume you are asking how to do this with the plain Java client libraries. You can use the ILinkManager to find links by source. You can give the change set and it will return the links, which will include the work items.

Your answer


Register or 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.