SCM components and their relation to stream and Project areas using database
One answer
Hi,
you can use >scm list components --all (cp. SCM List Components ) or script using the Plain Java API. If you want to see this using the UI go to e.g. the web ui -> SCM -> Advanced Search, switch to components and use * as the name. Depending on the number of components it will take a while for results to show up.
If you are looking for completeness and have a really large number of components (100k or so) I would opt for a Java script and include paging.
If this answers your question please mark it as accepted.
- Arne