list workitem and files changed
![](http://jazz.net/_images/myphoto/080faab9c8ee4f661003e761421a3d35.jpg)
2 answers
![](http://jazz.net/_images/myphoto/080faab9c8ee4f661003e761421a3d35.jpg)
Comments
![](http://jazz.net/_images/myphoto/8adcd6df11ed46d7b8b6e43c3ddb67f0.jpg)
So if I understand, it's impossible to have a report, a list, a query result or an export of the modified files for a change list (defect or tasks for exemple)
This functionnality is very important for exemple to create a release notes. From a list of defect delived in a baseline for example, it should be very interesting to have the impacted files.
![](http://jazz.net/_images/myphoto/e5e63d5878217b64611c1df9401b7cd3.jpg)
Mathieu, I am pretty sure you can use the SCM command line tools to get this list especially comparing baselines and snapshots.
The question is rather, is there a similar mechanism if you start just with work items. I am pretty sure you can do something using the Plain Java Client Libraries, I am not sure there is a built in capability that results in a file.
1 vote
![](http://jazz.net/_images/myphoto/8adcd6df11ed46d7b8b6e43c3ddb67f0.jpg)
Ralph,
Thanks for your response.
I am going to analyse the possibility to obtain my list with a Java code.
However, I think it's a very interesting enhancement for RTC.
![](http://jazz.net/_images/myphoto/e5e63d5878217b64611c1df9401b7cd3.jpg)
I think you can compare baselines and snapshots in the UI. I am just not sure you get a list you can save. I also said Java Code would likely be necessary if you have a bunch of work items and want a list of file changes. If you have two baselines, I think you can just run a set of SCM commandline calls to get your list.