How do I hide RTC menu items in the WebUI?
Accepted answer
To hide RTC menu items, goto /ccm/admin
Configuration > Advance Properties > Suppressed Web Pages
You might see the default value
{"com.ibm.team.repository.web.admin": ["com.ibm.team.repository.provision"]}
Add the ones that you would like to hide in the follow format:
{"com.ibm.team.rtc.web.rationalTeamConcert": ["com.ibm.team.workitem","com.ibm.team.apt","com.ibm.team.scm","com.ibm.team.build", "com.ibm.team.reports"],"com.ibm.team.repository.web.admin": ["com.ibm.team.repository.provision"]}
Add the ones that you would like to hide
com.ibm.team.workitem = Work items
com.ibm.team.apt = Plans
com.ibm.team.scm = Source Control
com.ibm.team.build = Builds
com.ibm.team.reports= Reports
For example, let's say you like to hide reports, the following value should be used
{"com.ibm.team.rtc.web.rationalTeamConcert": ["com.ibm.team.reports"],"com.ibm.team.repository.web.admin": ["com.ibm.team.repository.provision"]}
Comments
I've submitted Document how to hide RTC menus in web client to update the Knowledge Center with this information.
Ken