Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! 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?