Different components visibility in a single stream
![]() Hello to all We have the following scenario: - components source code - component "delivery" with executables and some configurations All components are part of the same stream (in order to keep the alignment between source and related "deliver"). My question is: is it possibile to restrict the visibility of a group of user to only the component "delivery" ? If not, we have to split the original stream into two (such as "source" and "delivery" streams) ?
Thank you Fabrizio |
Accepted answer
![]()
I don't have RTC in front of me right now, but I think you can change ownership of a component (right-click in eclipse + change owner) and then check the check box "restrict access to team area and child team areas" or something. You should then group users appropriately. Remember that a user can be member of several groups, and his permissions in the parent group cascades to child teams.
Fabrizio Bitossi selected this answer as the correct answer
|
3 other answers
![]() Hello At the end we have done following solution: Created a team area "developers" inside the project area. Changed the ownership of source code components to the developers team area and limited the visibility of those components to the team area. Created a stream with both source and delivery. By acting in this way, all other members of PA are able to see only delivery component while team area members can access to any component. Job done. Thank you for your help. Best Regards Fabrizio
|