looking for list of plan column attribute ids
![](http://jazz.net/_images/myphoto/e1c45b958a3fe08ca37e753deec40aa1.jpg)
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
![](http://jazz.net/_images/myphoto/e1c45b958a3fe08ca37e753deec40aa1.jpg)
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