how to populate enumeration list of other work item, when current work item attribute is selected ?
Hi all,
I am working on a task in which i need to populate a enumeration list in other work item which is child depending on the attribute value of parent work item.
To make it more simple , when i select a PC as a value in parent WI , then in child work item in its attribute it should populate a list showing different PC's. Any idea how to implement it ?
One answer
There is no such capability available in RTC. The only way this might be implementable, I think, would be a Java Based Value set provider. See https://rsjazz.wordpress.com/2013/06/26/attribute-customization-java-based-value-providers-conditions-and-validators/ even that is only a remote chance as I am not sure if you can follow links in the common Java API.