Generating report of files from RTC Stream/component
I want to know only those list of files in RTC where Developer committed in last month. Can we filter these files along with Developer's name in a report?
I know we can check history of the files and prepare a list. But this will take more time as we would need to check history of each and every files.
So, can we just filter these via any query and generate a report?
One answer
Hi,
using info provided in https://jazz.net/library/article/1031 and https://jazz.net/library/article/978 you would have to write a script to generate this report. lscm compare is probably a good command to start since you can generate a list of files changed between two streams.
- Arne