Hello. I’m trying to get the history of review with the help of the Crucible API, as if when clicking View Review History, the history of adding files, comments, changes in status appears, but I can not find anywhere in the documentation how to get this. Is there way to get this? I can get dates for comments and a file from the createDate, but where can I get the status change dates from?
Thanks!
I'm not able to find any reference to this either. Looks like there is no API for that.
As a last resort, you could try to call {fecruhost}/cru/{ID}/reviewHistory and parse the html table
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.