How to get IWorkItem from IChangeSet (server)
![]()
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
![]()
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.
|