Review tickets
If the review status is in the list defined by the configuration setting show_ticket
you may create a ticket prefilled with review details from within the review page.
This can be used to inform team members about pending work or a succesful review.
Ticket template
The ticket description is defined in the wiki page CodeReview/TicketTemplate
.
If this page doesn't exists a default description is used:
Review [review:${review_id} ${review_name}]. === Review ||= Name =|| ${review_name} || ||= ID =|| [review:${review_id}] || === Review Notes ${review_notes} === Files ||= File name =||= Comments =|| ${review_files}
The following variables can be used in the ticket template:
${review_id} | will be replaced with the review id |
${review_name} | name of the current review |
${review_notes} | notes of the current review |
${review_files} | a table with files belonging to the review |
The inserted file table is a wiki table with two columns like this:
|| path/to/file || number of comments || || ... || ... ||
You may use the following wiki formatting for a file table with custom headers:
||= File path =||= Comments =|| ${review_files}
Last modified 4 years ago
Last modified on May 12, 2021, 7:01:57 AM
Attachments (1)
-
coderview_ticket.png (240.9 KB) - added by 4 years ago.
Screenshot of Create ticket section
Download all attachments as: .zip