How to add checkboxes through work items in RTC
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
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!! |
Ralph Schoon (63.5k●3●36●46)
| 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 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
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.