Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Does anyone know which method can be used to retrieve the Review Log information of a Change Package? Obviously getField() doesn't work, as Review Log is not a Field at all. I've also tried a few other methods in the package com.mks.api.response which look possible to do the thing, but none of them worked. I really have no idea now. When I use the command viewcp in command line, the Review Log will just be printed directly when existing, so why is it so hard to do the same thing with JAVA API? Can anyone help me?