Changes between Version 27 and Version 28 of CodeReviewerPlugin


Ignore:
Timestamp:
Nov 23, 2016, 12:59:43 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Add additional configuration details.

Legend:

Unmodified
Added
Removed
Modified
  • CodeReviewerPlugin

    v27 v28  
    8383
    8484There are many ways to integrate code reviews into your Trac ticket workflow. As just one example, you may have a {{{phase}}} custom field that includes different phases:
    85  1. implementation
     85 1. implementing
    8686 1. codereview
    8787 1. verifying
     
    9090 {{{#!ini
    9191[ticket-custom]
     92phase = select
     93phase.options = implementing|codereview|verifying
    9294phase.invalid_if.1 = verifying
    9395phase.invalid_when.1 = .codereviewstatus .pending (msg:Pending code reviews.)