Restriction for downloading Source Code from RTC Web Client

186 Views Asked by At

Here My scenario, Developers and Testers are part of the Project but only Developers should have rights to download Source Code from the web client whereas Testers should not have rights to download Source Code from the Web client. I checked with Access Control but I didn't get any idea regarding to the scenario. Please suggest some ideas to My scenario.

Regards / Kiran

2

There are 2 best solutions below

3
VonC On

You can start checking out "Controlling access to source control artifacts in Rational Team Concert".
It does list for instance "Read protect some files or folders within a component but give public access to others", which could fit your requirements.

  • Drill down and find the sensitive file or folder.
  • Select Change Access Control from the context menu
  • In the resulting dialog, select the Project area or team area option, click Browse and then select the private JUnit Project. Click OK.

The visibility of the file is now dictated by the JUnit Project so only members of that project can see the file.

https://jazz.net/library-content/wp-content/uploads/2015/12/fileperms.png

0
Kenny On

A better solution is to assign those who are not developers, a contributor license. That provides read only access to all source operations. If you want to remove the link from the web client, you can create a custom theme and add that to the server. This would require working with the HTML/CSS/JS.