Attribute reading the value of another attribute (type=duration)
Accepted answer
Comments
And yes, in a script based attribute customization you can access all attributes of the work item.
Hi Ralph,
Thank you for your tips.
I've checked the RTC API documentation for this topic and it is stated there that from javascripts only attributes of type string, timestmap are accessible
Here is the URL where i found this piece of information:
https://jazz.net/wiki/bin/view/Main/AttributeCustomization#API_for_Javascript
I'm looking forward to get you opinion on this.
Thank you.
Bye
Alex,
my opinion/current knowledge on that is written down in Lab 5 of said workshop https://jazz.net/library/article/1093 and executed in the Attribute Spy script which shows what data you get how and how to display it. In addition the above wiki entry explains how to convert timestamps and date attributes. So I would expect it to be working. You should really go through both sources of information thoroughly to avoid having to wait for answers in the forum.