How to change the default plan mode within a plan type?
I have created a plan mode, and associated that to a plan type. I want the new plan mode to be the default when you work with plans. Is that possible? If so, where can I define the new default?
FYI: when I start creating a new plan, it seems the new plan mode is going to be used, but then, it automatically changes to built-in "Work Breakdown and Schedule".
Thanks
FYI: when I start creating a new plan, it seems the new plan mode is going to be used, but then, it automatically changes to built-in "Work Breakdown and Schedule".
Thanks
3 answers
Found it! At least I figured it out editing the XML
Within the plantype, you should change the sentence similar to this:
planmodes default="com.ibm.team.apt.viewmodes.internal.iterationGantt"
and replace the id with the new id associated to the new planmode you want to make default.
Should be nice to have this capability in a user friendly way to define.
Within the plantype, you should change the sentence similar to this:
planmodes default="com.ibm.team.apt.viewmodes.internal.iterationGantt"
and replace the id with the new id associated to the new planmode you want to make default.
Should be nice to have this capability in a user friendly way to define.
Found it! At least I figured it out editing the XML
Within the plantype, you should change the sentence similar to this:
planmodes default="com.ibm.team.apt.viewmodes.internal.iterationGantt"
and replace the id with the new id associated to the new planmode you want to make default.
Should be nice to have this capability in a user friendly way to define.
Hi, Claudia.
Thanks for your question (and for answering it). :-) I poked about and there is already an Enhancement request for this. Feel free to "up vote" it by adding your comments:
https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=104379