It's all about the answers!

Ask a question

Retrieve the component list


Murat Isleyen (191620) | asked Apr 18 '14, 8:39 a.m.
I need to create an attribute which shows the components in all projects in RTC.
Taking advantages of the query capability, we decided to use text format (enumeration) for that attribute.
I created Filtered Value Set for the coming list of all components in xml format.
But I can not find how I reach this list in configuration file in RTC?

One answer



permanent link
sam detweiler (12.5k6195201) | answered Apr 18 '14, 9:52 a.m.
source code components are not stored in the 'configuration file' they are stored in the database.

to get 'all' you would have to

get all projects, and then for each project, get all components. Far as I know, you can only do the latter in Java.

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.