It's all about the answers!

Ask a question

How to add checkboxes through work items in RTC


Rupali Patil (611) | asked Dec 15 '14, 6:49 a.m.

I would like to add to two check boxes under one label.

e.g Label :Color 

I want check boxes  for 1. Green  2. Blue

Could any one help me on below things:

1. Steps to add check boxes in RTC

2. what type we neeed to use for check box ?

I think we need to use Enumeration as data type but exactly what data type needs to be used.

Thanks in advance !!

2 answers



permanent link
sam detweiler (12.5k6195201) | answered Dec 15 '14, 7:21 a.m.
there is no enumeration with a checkbox presentation.   for checkbox you have to use Boolean.

Comments
Rupali Patil commented Dec 16 '14, 11:04 p.m.

Thank You !!

could you please explain how to add checkboxes in RTC throught workitems ?

Thanks in advance!!


permanent link
Ralph Schoon (63.1k33645) | answered Dec 17 '14, 5:06 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Please see
https://jazz.net/library/article/130
https://jazz.net/library/article/129

For the basic steps. This is the Eclipse client but you can basically also customize similar in the Web Admin UI for the project.

Comments
sam detweiler commented Dec 17 '14, 8:49 a.m. | edited Dec 17 '14, 8:49 a.m.

As Ralph mentions, you have to add attributes to the worktiem, and then add the display element (presentation) for those attributes. Boolean is a checkbox as it is either true or false. (checked or not)

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.