Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

0 votes



2 answers

Permanent link
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>

1 vote


Permanent link
I think it is possible with some process configuration xml manipulation, you can locate the plan types declarations and then remove it.

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Mar 31 '16, 2:44 p.m.

Question was seen: 2,743 times

Last updated: Mar 31 '16, 4:32 p.m.

Confirmation Cancel Confirm