Hide menu options RTC 3.0
I'm trying to hide some of the top menu options, like 'Build' or 'Source Code' ( as my users won't use it ). I've been looking and googling for some option to do it but can't find any.
Does anyone know how to do it? If there the possibility of doing it exists, can this be done dependenig on the role or team area?
Thanks!
Accepted answer
The correct and accepted answer is:
https://jazz.net/forum/questions/99849/how-do-i-disable-source-control-web-ui
Ralph, your examples did not work for RTC 3.0.1. The application "com.ibm.team.rtc.web.rationalTeamConcert" worked instead of "com.ibm.team.process.web.projectArea".
Thank you all for your inputs.
4 other answers
I 've man > aged to hide the some of the menu options by:
-Advanced Configuration > com.ibm.team.repository.service.internal.webuiInitializer.ConfigPropertyInitializer > Supressed WebPages
Then I've added the name of the pages we didn't want to be accessible, in our case scm and build being the final result:
{"com.ibm.team.rtc.web.rationalTeamConcert": , "com.ibm.team.repository.web.admin": }
Comments
Hi Pere,
Go to the Application's server administration page.
Hi Ralph,
Thanks for your inputs.
Do I need to have Administrator access for making these changes because it seems that all above options are disabled for me.
I am using v3.0.1.1 . Is same functionality is available in this version?
Hi, yes, you need administrator access and it works for 3.0.1.1
Any inputs on the various values we have to hide the menu's.
Pere
Request you to hsare the values you used to hide build, scm.
Is it possible to hide part of the plan menu like a particular WI type?
Comments
Bhawana, as far as I can tell you can only hide the complete menu entries.
This is some of the setting I used:
{"com.ibm.team.repository.web.admin": ["com.ibm.team.repository.provision"], "com.ibm.team.process.web.projectArea" : ["com.ibm.team.dashboard", "com.ibm.team.workitem", "com.ibm.team.apt", "com.ibm.team.scm", "com.ibm.team.reports"]}
I can't remember how I came up with the list. Probably from information in the links.
Is there any way to hide a menu item for only a certain project area?
Thank you,
Ken
Comments
No...........
And how about to hide the top right buttom "Administration" or any of its links. I've tried
{"com.ibm.team.repository.web.admin": ["com.ibm.team.repository.provision","com.ibm.team.repository.server"]}. I also tried using the RTC web interface {"com.ibm.team.rtc.web.rationalTeamConcert": ["com.ibm.team.repository.server"} but those links are still there. So, is there anyway to hide the buttom or any its links. The user could access to sensible information like team areas teams and members.
We are using RTC v.4.0.1.
Is this issue ready in any RTC release?