Suppressing source control pages in the web client

You can suppress the source control pages in the web client, so that users cannot view them. Suppressed pages are removed from the menu bar and hidden from view, but not disabled. Therefore, you can go to the page if you specify the URL.

Procedure

  1. On the Administration page for the Change and Configuration Management application, click the Application tab.
  2. In the left pane, under Configuration, click Advanced Properties.
  3. On the Advanced Properties page, in the Suppressed Web Pages field, add the web pages that you want to suppress. The format is:

    {"application id":[page id, page id,...]}

    For Engineering Workflow Management, the application id is com.ibm.team.rtc.web.rationalTeamConcert and the SCM page id is com.ibm.team.scm. To remove the SCM link from the menu bar, specify the property value:

    {"com.ibm.team.rtc.web.rationalTeamConcert":["com.ibm.team.scm"]}

  4. Click Save.