How to fill the workitem custom drop-down list attribute programatically ?
2 answers
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
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Aug 18 '12, 8:09 a.m.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
1 vote
sam detweiler
Aug 18 '12, 8:10 a.m.he wants to do it from an external pgm or extension.. not the product admin UI's
Alicia McPherson
Oct 12 '12, 11:40 a.m.Hi,
I'm trying to do this in a plugin. Was anyone able to programmatically add value to a workItem drop down list?
Thanks!