What is the equivalent in 6.0.2 of IWorkItemClient.findWorkItemById
In all of the examples that I find for getting a work item, they talk about do something like the following code:
As far as I can tell this method no longer exists. What is the equivalent replacement method or methods?
IWorkItem workItem = workItemClient.findWorkItemById(String.valueOf(i),IWorkItem.FULL_PROFILE, myProgressMonitor);
Thanks,
Eric
Eric