Component with Visibility as "Private" could not be searched
We have "Ensure Component Names are Unique" operation behaviour set in our Server means Server shall restrict the naming 2 components with the same name.
So, if I have created a component with Name as AB_Comp_12 then no other user on that server would be able to create a new component with the same name i.e. AB_Comp_12
Now consider the case, where I set the visibility of AB_Comp_12 as Private. When other user wants to create a new component with AB_Comp_12 name, server will not allow. But, if the other user wants to check, where is the existing component AB_Comp_12 and who is the owner etc. then HOW can he/she get that Information?
Is there any search option to look for components with visibility as Private?
So, if I have created a component with Name as AB_Comp_12 then no other user on that server would be able to create a new component with the same name i.e. AB_Comp_12
Now consider the case, where I set the visibility of AB_Comp_12 as Private. When other user wants to create a new component with AB_Comp_12 name, server will not allow. But, if the other user wants to check, where is the existing component AB_Comp_12 and who is the owner etc. then HOW can he/she get that Information?
Is there any search option to look for components with visibility as Private?
Accepted answer
Kulvinder,
With RTC v6.0.1, you can now search for components that are private. See the following example in the RTC 6.0.1 New & Noteworthy page: https://jazz.net/downloads/rational-team-concert/releases/6.0.1?p=news#access-groups
using the CLI command,
scm list components --visibility <arg>
where <arg> can be one of the following: public, private, projectarea, teamarea, accessgroup.
With RTC v6.0.1, you can now search for components that are private. See the following example in the RTC 6.0.1 New & Noteworthy page: https://jazz.net/downloads/rational-team-concert/releases/6.0.1?p=news#access-groups
using the CLI command,
scm list components --visibility <arg>
where <arg> can be one of the following: public, private, projectarea, teamarea, accessgroup.
Comments
One other answer
You can use the menu Search->Jazz Source Control->Components.... This will open "Search for Components" dialog where you can specify the search criteria and find your component.