Can the code review issues be seen in dashboard or reports?
![]()
Chandrasekar Muthukrishnan (32●2●24)
| asked Aug 24 '16, 5:55 a.m.
retagged Oct 06 '17, 3:57 p.m. by Ken Tessier (841●1●7) RTC 6.0.1
|
Accepted answer
![]()
David Lafreniere (4.8k●7)
| answered Aug 24 '16, 4:08 p.m.
FORUM MODERATOR / JAZZ DEVELOPER edited Oct 05 '17, 10:49 a.m.
There is no way to show Code Review issues in any RTC Dashboard or have it reported on in the existing RTC Reporting features.
However, the Jazz SCM Command Line Interface (CLI) was enhanced in RTC 6.0.2 by adding a new command that can generate a code review report based on a work item query. This output file can be in either JSON or XML format. From there, custom scripts can be written to pull out relevant data and show/organize it as needed.
The 'scm export code-review' Help doc:
For other information on RTC Code Review, please see:
Article: Rational Team Concert Code Review
Video: Introduction to Code Review (Part 1) Video: Configuring Code Review (Part 2) Video: Performing a Code Review (Part 3) Knowledge Center: Working With the Code Review Tool Chandrasekar Muthukrishnan selected this answer as the correct answer
|