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

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 ..

0 votes



One answer

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

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
× 10,927

Question asked: Sep 30 '15, 2:30 a.m.

Question was seen: 2,546 times

Last updated: Sep 30 '15, 11:17 a.m.

Confirmation Cancel Confirm