Set Values for enumeration list programatically
3 answers
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.
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.