Retrieve changeset file list associated with the workitem
![](http://jazz.net/_images/myphoto/964802a5102046cdfdc66ba5a267ab6f.jpg)
Hi,
I would like to find out how to retrieve a changeset file list associated with a specific workitem programatically.
I wrote a client/query which successfully returns the IWorkitem object. However looking through the javadoc there isn't any get method to retrieve the corresponding changeset.
Any help is appreciated.
Thanks.
Kelvin
I would like to find out how to retrieve a changeset file list associated with a specific workitem programatically.
I wrote a client/query which successfully returns the IWorkitem object. However looking through the javadoc there isn't any get method to retrieve the corresponding changeset.
Any help is appreciated.
Thanks.
Kelvin
One answer
![](http://jazz.net/_images/myphoto/964802a5102046cdfdc66ba5a267ab6f.jpg)
Hi Kelvin,
get and set are only for attributes. The connection to a changeset is most likely a reference/link. Since i don't know exactly I searched this forum with the search engine https://jazz.net/forums/search.php and found a couple of posts you should review.
This looked promising for instance: https://jazz.net/forums/viewtopic.php?t=839&highlight=changeset+work+item
get and set are only for attributes. The connection to a changeset is most likely a reference/link. Since i don't know exactly I searched this forum with the search engine https://jazz.net/forums/search.php and found a couple of posts you should review.
This looked promising for instance: https://jazz.net/forums/viewtopic.php?t=839&highlight=changeset+work+item