When migrating from CLM ver 5 to 6.0.2, what is the impact on the RTC Java Scripting API methods and libraries?
Do I need to install a specific add-on to make sure the existing scripts still work after the migration?
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPERSep 22 '16, 2:09 a.m.
There is only the attribute customization script API that is official API. There are no changes there. Any other JavaScript API is internal and could change. Especially, since you tag it, there is no official SCM JavaScript API I would be aware of.
They wont really support you with Javascript since there are only few official APIs.
I suggest you:
->To work with the Dojo Framework ABOVE 1.7 (Actual Version on the JTS 1.8.X)
--> This gonna be the biggest difference in future Versions. (There's a LOT deprecated)
-> Get the Data: Use the OSLC (REST) API to get the data you'd need.
--> They have a list of changes.
-> Work with the few official APIs from IBM.
-> Work with native Javascript
That way you wont really walk into big errors/problems, since you use official interfaces.
As far as I know the official methods and libraries are only in Java
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means.
Learn more here.