How to create a new Plan Type .
![]()
Hello
I am working on change management .
I want to create a new Plan Type ....Currently i do not see any option to create a new "Plan Type" under
Project Configuration-->Configuration Data-->Planning-->Plan Type.
Please Help .. |
One answer
![]()
You can actually create a new Plan type and even configure your own Plan Views.
Look for the "com.ibm.team.apt.configuration.plantypes" configuration-data section in the Process Configuration Source. Just as an example of Plan type using Agile scheduler: <plantype icon="/icons/obj16/iteration_plan.gif" id="com.ibm.personal.apt.plantype.myBL" name="My Sprint Backlog"> <planitems definition="com.ibm.team.apt.planitems.iterationPlan"/> <planmodes default="com.ibm.team.apt.viewmodes.internal.workBreakdown"> <planmode definition="com.ibm.team.apt.viewmodes.internal.milestone.roadmap"/> <planmode definition="com.ibm.team.apt.viewmodes.internal.developersTaskboard"/> </planmodes> <planchecks> <plancheck definition="com.ibm.team.apt.plancheck.schedulingCheck"/> </planchecks> <scheduler definition="com.ibm.team.apt.scheduler.agileScheduler"/> </plantype> |