Accessing Change Set information for a Work Item
Hi:
I currently have a Java application that accesses work item attributes. I want to enhance that by adding functionality for accessing change set information that may have been tagged to a work item. In particular, I'm looking for the following:
1) Names of files (Java, XML, etc.) that have been modified and checked in as part of that work item
2) Output of the "diff" information on each file, i.e., lines that have been added/modified/deleted - also containing information on how the source code is actually represented in RTC (e.g., whether it is represented in XML format, and if so, the schema for it).
Thanks a lot.
best regards,
- NCN
I currently have a Java application that accesses work item attributes. I want to enhance that by adding functionality for accessing change set information that may have been tagged to a work item. In particular, I'm looking for the following:
1) Names of files (Java, XML, etc.) that have been modified and checked in as part of that work item
2) Output of the "diff" information on each file, i.e., lines that have been added/modified/deleted - also containing information on how the source code is actually represented in RTC (e.g., whether it is represented in XML format, and if so, the schema for it).
Thanks a lot.
best regards,
- NCN