It's all about the answers!

Ask a question

facing problem when customizing the task work item


vinay kumar nukala (4236572) | asked Oct 17 '13, 2:41 a.m.
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.

Accepted answer


permanent link
Dinesh Kumar B (4.1k413) | answered Oct 17 '13, 3:07 a.m.
JAZZ DEVELOPER
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
vinay kumar nukala selected this answer as the correct answer

Comments
vinay kumar nukala commented Oct 17 '13, 3:40 a.m.

Thank you, its working

Your answer


Register or to post your answer.