Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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?