IBM Support

How to add Resource Tab in Plan View in IBM RTC

Question & Answer


Question

How do you add Resource Tab in Plan view in project area created using Scrum process in IBM Rational Team Concert?

Cause

You would want to search for all available resources and add them to this project, this will also help identify all available resource for a specific period on a particular Project Area

Answer

Procedure:

To add the Resource tab below entries needs to be added in Process Source Configuration

 
Disclaimer

All source code and/or binaries attached to this document are referred to here as "the Program". IBM is not providing program services of any kind for the Program. IBM is providing the Program on an "AS IS" basis without warranty of any kind. IBM WILL NOT BE LIABLE FOR ANY ACTUAL, DIRECT, SPECIAL, INCIDENTAL, OR INDIRECT DAMAGES OR FOR ANY ECONOMIC CONSEQUENTIAL DAMAGES (INCLUDING LOST PROFITS OR SAVINGS), EVEN IF IBM, OR ITS RESELLER, HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

  1. In Process Source Configuration search for lines


    <configuration-data xmlns="http://com.ibm.team.apt/complexityAttribute" id="com.ibm.team.apt.configuration.attributes">......................</configuration-data>



  2. Add these additional lines below them


    <configuration-data xmlns="http://com.ibm.team.apt.configuration/planEditorTabs"

    id="com.ibm.team.apt.configuration.planEditorTabs">
    <staticTab
    id="com.ibm.team.tpt.allocation.web.ui.allocation"
    implementation="com.ibm.team.tpt.web.ui.allocation.internal.tab.Allocati
    onTab"
    priority="40"
    name="Resources">
    <parameters>
    <parameter key="uaKey"
    value="com.ibm.team.apt.web.ui.tab_plan_resource_web"/>
    </parameters>
    </staticTab>
    </configuration-data>


[{"Product":{"code":"SSUC3U","label":"IBM Engineering Workflow Management"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"Process","Platform":[{"code":"PF016","label":"Linux"},{"code":"PF033","label":"Windows"}],"Version":"4.0.3;4.0.4;4.0.5;5.0","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Product Synonym

Rational Team Concert

Document Information

Modified date:
16 June 2018

UID

swg21679204