How do I hide RTC menu items in the WebUI?
Andrew Clement (727●24●73)
| asked Jun 13 '18, 6:30 p.m.
edited Aug 16 '18, 1:12 p.m. by David Lafreniere (4.8k●7)
I would like to hide some of the RTC menu items.
There is a post about hiding SCM menu item.
How do I hide any other menu items?
|
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"]}
Andrew Clement selected this answer as the correct answer
Comments I've submitted Document how to hide RTC menus in web client to update the Knowledge Center with this information.
Ken
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.