It's all about the answers!

Ask a question

Rational Team Concert V.6.0.1: Predefined Plan types


Michael Oyebola (31114) | asked Mar 31 '16, 2:44 p.m.
Hi,
Is it hide or delete the "PreDefined" plan type in RTC? My team wants to hide or delete this plan types (cross-project plan) from the UI.

Thanks,
Mike

2 answers



permanent link
Renato Nascimento (1613) | answered Mar 31 '16, 4:32 p.m.
You need to access the process configuration source xml (using the Eclipse client) and deprecate the plantype.

Here is the code to deprecate the cross project plan:

<plantype deprecated="true" icon="/icons/obj16/release_plan.gif" id="com.ibm.team.apt.plantype.crossProject" name="Cross-Project Plan">
<planitems definition="com.ibm.team.apt.planitems.iterationPlan"/>
<planmodes default="com.ibm.team.apt.viewmodes.internal.productBacklog.ranking"/>
<scheduler definition="com.ibm.team.apt.scheduler.agileScheduler"/>
</plantype>

permanent link
Tiago Moura (8387) | answered Mar 31 '16, 2:59 p.m.
I think it is possible with some process configuration xml manipulation, you can locate the plan types declarations and then remove it.

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.