It's all about the answers!

Ask a question

How to add check boxes into work items in Change management?


Deepak Gidwani (262431) | asked Dec 31 '14, 7:53 a.m.
 How to add check boxes into work items in Change management?

Comments
Deepak Gidwani commented Jan 01 '15, 5:43 a.m.

 Can we add font size editor? Any solution for this?

Accepted answer


permanent link
Dinesh Kumar B (4.1k413) | answered Dec 31 '14, 8:28 a.m.
JAZZ DEVELOPER
You need an enumeration to begin with, say enumA
To create your enumeration - Open the Project Area in Eclipse Client > Process Configuration Tab > Project Configuration > Configuration Data > Work Items > Enumerations

Create an attribute in the corresponding Work Item.  The Type of the attribute has to be enumA (Enumeration LIst)

Then a presentation of that attribute in the Work Item with Presentation Kind set to "Check Box Enumeration List"

hope this helps
Deepak Gidwani selected this answer as the correct answer

2 other answers



permanent link
Krzysztof Kaźmierczyk (7.4k373103) | answered Dec 31 '14, 8:19 a.m.
Hi Deepak,
This article should describe the process: https://jazz.net/library/article/1003#customattributes. It seems to be intuitive.

Let us know if it works for you.

permanent link
Deepak Gidwani (262431) | answered Dec 31 '14, 11:51 p.m.
 Thanks Dinesh Kumar.

Your answer


Register or to post your answer.