How to get names of Modified files associated with the particular work Item ?
The RTC SDK article "Developer's Guide to Querying Work Items" provides most of the information necessary to query and view results. Is there a way to do the following programmatically:
How to get names of Modified files associated with the particular work Item using Build Query?
If any one having any suggestion Please Help ..
How to get names of Modified files associated with the particular work Item using Build Query?
If any one having any suggestion Please Help ..
One answer
I am pretty sure that you can only query for build results etc. with a build query. The change sets and other information that is related to the build is basically not information that is in the domain of the build. The build results contain information about the related snapshot (for public builds). In order to get the change sets related to the build, you would have to get this snapshot and compare it to the previous one as far as I know.