How to retrieve associated workitems from change sets or snapshots using plain java api(client side)?

Accepted answer

There's some sample code here which shows how to fetch a work item given a change set handle.
Comments

@David Lafreniere Thanks for reply, but is it work on client side?

The api is pretty much the same see https://rsjazz.wordpress.com/?s=scm&submit=Search for some hints about differences in client and server API.

Thanks @Ralph Schoon, it works