It's all about the answers!

Ask a question

how to get owner of component using scm tools


Karthik Krishnan (8846119163) | asked May 09 '14, 10:14 a.m.
Is it possible to get a component owner using SCM command line tools?

scm list components -r https://myserver:9443/ccm -v play_stream
This only gives me the component names and baselines but not the owner name

Accepted answer


permanent link
Shashikant Padur (4.3k27) | answered May 11 '14, 11:45 p.m.
JAZZ DEVELOPER
If you are using ver 4.0.5 and above take a look at 'scm help show attr' or 'scm help get attr' else 'scm help component propertylist' or 'scm help component propertyget'

scm show attr -C <component name.alias/uuid>
scm get attr -C <component name.alias/uuid> --ownedby

scm component propertylist <component name.alias/uuid>
scm component propertyget ownedby <component name.alias/uuid>

Karthik Krishnan selected this answer as the correct answer

Comments
Karthik Krishnan commented May 12 '14, 3:50 a.m.

works. thanks. 

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.