It's all about the answers!

Ask a question

looking for list of plan column attribute ids


Green Elk (1319) | asked Feb 10 '16, 10:17 a.m.
Would someone point me at definitive list of ids used for column types in plan definitions please

Below is an example of some of the related xml
i'm specifically looking for "Filed Against", "Due Date", and "Resolution Date"


   <planmode id="com.ibm.team.apt.viewmodes.internal.gantt" name="Work Breakdown and Schedule" progressMode="LOAD">
       <columns>
           <column attribute="com.ibm.team.apt.attribute.owner"/>
           <column attribute="com.ibm.team.apt.attribute.planitem.estimate"/>
           <column attribute="com.ibm.team.apt.attribute.planitem.constraintType"/>
           <column attribute="com.ibm.team.apt.attribute.planitem.constraintDate"/>
           <column attribute="planning/source/com.ibm.team.workitem.linktype.schedulePredecessor"/>
           <column attribute="com.ibm.team.apt.attribute.planitem.id"/>
           <column attribute="com.ibm.team.apt.attribute.accumulatedTime"/>
       </columns>

One answer



permanent link
Green Elk (1319) | answered Mar 21 '16, 6:08 a.m.
I eventually found the list by unzipping the source zipfile in

RTC-SDK-6.0\plugins\com.ibm.team.apt.common.rtc.feature.source_3.0.1300.v20150514_0206/src/com.ibm.team.apt.api.client_3.0.900.v20150429_0317

 source file \com/ibm/team/apt/api/client/IPlanItem.java has them listed as IPlanningAttributeIdentifier

Your answer


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