It's all about the answers!

Ask a question

Is there any way to get all files in a component as a report in RTC


sreenath v (78167) | asked Oct 10 '18, 5:15 a.m.
retagged Oct 23 '18, 3:51 p.m. by Ken Tessier (84117)

Is there any way to get all files list in a component as a report in RTC?

Accepted answer


permanent link
Shashikant Padur (4.2k27) | answered Oct 10 '18, 5:28 a.m.
JAZZ DEVELOPER

 You could use the scm cli tool to get this information. 'scm list files ...'

Ralph Schoon selected this answer as the correct answer

Comments
sreenath v commented Oct 10 '18, 5:46 a.m. | edited Oct 10 '18, 5:58 a.m.

Actually i want a report of files in component with size and date modified in a excel sheet!


Shashikant Padur commented Oct 10 '18, 6:00 a.m. | edited Oct 10 '18, 6:02 a.m.
JAZZ DEVELOPER

By default it is a regular text output. It also has the ability to output in json format. You could parse the json output and process it whichever way you want to including importing that data into a certain format in excel.


By the way, the command is now 'list files'.

Your answer


Register or 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.