Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Fetching details of files present in RTC

 Hi All,


How can I get below details of files present in RTC as a report without loading the files.
File name, Version number, Checked in Timestamp, File size

I need the same for all the versions of the file in a project or a stream.

0 votes



One answer

Permanent link

If you are familiar with Plain Java API, you could leverage it to achieve your goal.

You should browse the change sets in a stream's history, retrieve the files modified in each change set and get the information you need.
I implemented a similar solution in order to retrieve the number of lines of code in a project over time, so I am confident that it can work for you too.

0 votes

Comments

 I am not familiar with java API so if its possible can someone share a java snippet for this solution.

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 1,204

Question asked: Jan 31 '19, 4:10 a.m.

Question was seen: 1,260 times

Last updated: Mar 01 '19, 4:17 p.m.

Confirmation Cancel Confirm