It's all about the answers!

Ask a question

retrieving Code Review details from a work item


0
1
Peter Carenza (135) | asked Sep 09 '21, 11:36 a.m.

 Is there a way to retrieve code review details from a work item, like the approver/contributor, state, and comments, using the Jazz Plain API? It looks like it's not included with the routine approvals, so when I use getApprovals().getContents() to get all the approvals, code reviews are not in the IApproval list.


Accepted answer


permanent link
Shashikant Padur (4.2k27) | answered Sep 14 '21, 7:17 a.m.
JAZZ DEVELOPER

 Take a look at ICodeReviewService#findReviewByWorkItems(...)

Michael Rowe selected this answer as the correct answer

Your answer


Register or to post your answer.