How to fill the workitem custom drop-down list attribute programatically ?
Sudeshna Mitra (23●3●28●31)
| asked Aug 17 '12, 8:28 a.m.
retagged May 25 '13, 4:34 p.m. by Scott Rich (571●3●6)
How to fill the workitem custom drop-down list attribute programatically ?
and How can I chnage the item in custom drop down list ?? |
2 answers
Geoffrey Clemm (30.1k●3●30●35)
| answered Aug 18 '12, 8:10 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER One approach is to use the HTTP filtered value set provider (see http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0/index.jsp?topic=%2Fcom.ibm.team.workitem.doc%2Ftopics%2Ft_configuring_http_filtered_value_set.html ) |
It depends on whether you need to manage enumerations from "outside" or fill the enumeration "dynamically" when opening work item. In 2nd case I suggest you to look at: https://jazz.net/wiki/bin/view/Main/AttributeCustomization#Script_Based_Value_Set
|
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.
Comments
Hi,
I am not sure I understand the question. In general what you can do is described here: https://jazz.net/wiki/bin/view/Main/AttributeCustomization
he wants to do it from an external pgm or extension.. not the product admin UI's
Hi,
I'm trying to do this in a plugin. Was anyone able to programmatically add value to a workItem drop down list?
Thanks!