It's all about the answers!

Ask a question

How to get the burndown chart in Plan ?


pradeep kumar (1116) | asked Jan 29 '16, 1:17 a.m.
Hello

I have created a custom Plan..And i added some plan views .

But when i check the plan details section I dont see any Burndown chart .

<plantype icon="/icons/obj16/iteration_plan.gif" id="com.ibm.team.apt.plantype.ccpsteamplan" name="CC-PS Team Plan">
                    <planmodes default="com.ibm.team.apt.viewmodes.internal.workBreakdown">
                        <planmode definition="com.ibm.team.apt.viewmodes.internal.developersTaskboard"/>
                        <planmode definition="com.ibm.team.apt.viewmodes.internal.workBreakdown"/>
                        <planmode definition="com.ibm.team.apt.viewmodes.internal.backlog2"/>
                        <planmode definition="com.ibm.team.apt.viewmodes.internal.plannedTime"/>
                        <planmode definition="com.ibm.team.apt.viewmodes.internal.milestone.roadmap"/>
                    </planmodes>
                    <planchecks>
                        <plancheck definition="com.ibm.team.apt.plancheck.schedulingCheck"/>
                        <plancheck definition="com.ibm.team.apt.plancheck.invalidEstimateCheck"/>
                        <plancheck definition="com.ibm.team.apt.plancheck.requiredAttribute"/>
                    </planchecks>
                    <planitems definition="com.ibm.team.apt.planitems.iterationPlan"/>
                    <scheduler definition="com.ibm.team.apt.scheduler.agileScheduler"/>
                </plantype>


Please let me know where i am missing ?

Note :
I have created my custom plan as like Sprint backlog plan.

One answer



permanent link
Kot T. (1.5k11219) | answered Jan 29 '16, 5:32 p.m.
JAZZ DEVELOPER
Although it is possible to edit the process configuration source to add new plan types, I am not sure if it is officially supported. As far as I know, the planning code looks for some specific IDs for certain things. I suspect in this case, it looks for specific plantype id to display the report.

Your answer


Register or to post your answer.