Set Values for enumeration list programatically
![]()
Hi there,
I was wondering if I could set one or multiple values for a custom enumeration list based on special conditions.
Is this possible?
Regards,
Georges
|
3 answers
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Nov 20 '15, 2:45 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Nov 20 '15, 2:46 a.m.
If you want a useful answer, consider to write a question that contains enough information about what you want to do and why you want to.
As long as there is no good description of the use case and its background, look at https://rsjazz.wordpress.com/2012/08/20/manipulationg-work-item-enumeration-values/ For enumeration list attributes, you have to set the attribute value with a Java List containing the literals. This can be used in Java based calculated values, Follow up actions and in other automation. |