facing problem when customizing the task work item
![](http://jazz.net/_images/myphoto/52e13caf3e2ce483f1aca4eb77df10ac.jpg)
In RTC, i am trying to add my own attribute for task work item. I have tried the following procedure:
From editor presentation I am trying to add an attribute. The attribute should be as follows:
Eg: File Against : Dropdownlist
I want to add: Tool : Dropdownlist. In the dropdownlist i want
1. Doors
2. RTC
But i could not find any option to add my own attribute. please help me on this.
From editor presentation I am trying to add an attribute. The attribute should be as follows:
Eg: File Against : Dropdownlist
I want to add: Tool : Dropdownlist. In the dropdownlist i want
1. Doors
2. RTC
But i could not find any option to add my own attribute. please help me on this.
Accepted answer
![](http://jazz.net/_images/myphoto/52e13caf3e2ce483f1aca4eb77df10ac.jpg)
1. create an enumeration with the desired literals
With the Project opened in eclipse client > Project Configuration > Configuration Data > Work Items > Enumerations
2. add an attribute to the work item type
Project Configuration > Configuration Data > Work Items > Types and Attributes > Select the work item type and add the attribute
3. now you can add the presentation for the attribute in the editor
Project Configuration > Configuration Data > Work Items > Types and Attributes > Select the Type > Select the Pencil against the Editor Presentation to open the Editor Presentation > Add the Presentation for the Attribute
With the Project opened in eclipse client > Project Configuration > Configuration Data > Work Items > Enumerations
2. add an attribute to the work item type
Project Configuration > Configuration Data > Work Items > Types and Attributes > Select the work item type and add the attribute
3. now you can add the presentation for the attribute in the editor
Project Configuration > Configuration Data > Work Items > Types and Attributes > Select the Type > Select the Pencil against the Editor Presentation to open the Editor Presentation > Add the Presentation for the Attribute