Rational Team Concert V.6.0.1: Predefined Plan types
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
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>
|
I think it is possible with some process configuration xml manipulation, you can locate the plan types declarations and then remove it.
|
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.