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

how to get owner of component using scm tools

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

0 votes


Accepted answer

Permanent link
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

1 vote

Comments

works. thanks. 

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
× 10,936

Question asked: May 09 '14, 10:14 a.m.

Question was seen: 4,950 times

Last updated: May 12 '14, 3:50 a.m.

Confirmation Cancel Confirm