Checkbox java api
How to activate a checkbox in a work item in java?
|
One answer
Ralph Schoon (63.6k●3●36●47)
| answered Jul 05 '16, 6:35 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
There is no such public API. You can use the Admin UI to add a checkbox presentation.
Comments PS: You can try to debug how the internal Eclipse client API does this, if you want. However it is almost certainly not public API that you should use. The information is in the process configuration source.
I want to create a work item in java and pass the values for parameter, can not pass the checkbox
There is no parameter type checkbox. If you look into the types of the attributes and into the process configuration you will likely find something like boolean. Dependent on what type the attribute has, you have to pass the correct object e.g. a Boolean with a value.
|
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.