Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

code review report

 hello,

i need to have code review reports.
i'm using the built-in RTC code review solution. in any delivery to stream a code review approval is mandatory. 
i wanted to have an email with some code review summery- who is the owner of the code, who approved it (the reviewer), what files (not change sets) are part of this delivery and of course the task name (with change-set name). 

can i trigger an email? how? 
is this information is possible? (files and not just a link to a change set)

thanks in advance,

0 votes



One answer

Permanent link

There is no functionality out of the box to generate such a customized report and have it emailed to people.
However this should not be too hard to write a custom script to do what you need.
You would start by using the SCM command line (CLI) command: 'scm export code-review'.
This will generate either an XML or JSON based report file with all the information you may need (including the list of files as you mentioned)
From there your script would parse/scrape out the sections you want for your report and then output it how you want (ex: as the body of an email).

See: https://jazz.net/help-dev/clm/index.jsp?topic=%2Fcom.ibm.team.scm.doc%2Ftopics%2Fexport_code-review_ex.html

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,021
× 6

Question asked: Jan 25 '18, 1:54 a.m.

Question was seen: 2,904 times

Last updated: Feb 12 '18, 8:13 p.m.

Confirmation Cancel Confirm