It's all about the answers!

Ask a question

How do I hide RTC menu items in the WebUI?


Andrew Clement (7272070) | asked Jun 13 '18, 6:30 p.m.
edited Aug 16 '18, 1:12 p.m. by David Lafreniere (4.8k7)

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


permanent link
Howard Hsiao (5.5k17) | answered Jun 13 '18, 6:36 p.m.
JAZZ DEVELOPER

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
Ken Tessier commented Aug 02 '18, 1:29 p.m. | edited Aug 05 '18, 5:46 p.m.

I've submitted Document how to hide RTC menus in web client to update the Knowledge Center with this information.


Ken

Your answer


Register or to post 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.