RTC Attribute Customization : How to access the workitem attributes of one Project Area in another ?
Hello All,
I have a usecase wherein, i need to access a attribute's value of one Project Area in a Attribute Customization(Condition Script) of another Project Area, and perform some operation.
How do i do it? Is it possible to access like this.
Or should the attribute be created in a specific way ?
Request you to assist on this.
Thanks
One answer
This question does not make any sense, as project areas don't have attributes and attribute customization is a work item specific capability.
Assuming this is about work item attribute customization. Attribute customization only has access to the attributes of the work item it is called for. There is no way to get out of this context with the regular JavaScript API exposed by attribute customization. See https://rsjazz.wordpress.com/2016/07/15/rtc-process-customization-what-you-can-and-cannot-do/ about typical limitations.