Testing Workflow

Description

A simple enhancement to the standard 0.11 workflow, which adds a testing stage once a ticket is resolved but before it is closed. Closing tickets requires the TICKET_ADMIN permission.

Graph of the testing workflow

Bugs/Feature Requests

Existing bugs and feature requests for TestingWorkflow are here.

If you have any issues, create a new ticket.

Download and Source

Download the zipped source, check out using Subversion, or browse the source with Trac.

Installation

Simply include the file testing.ini in your trac.ini, like so:

[inherit]
file = testing.ini

Make sure you remove the [ticket-workflow] section from your trac.ini, otherwise it will override the version in testing.ini.

You may also want to add the following style to your site CSS in order to highlight tickets that are in testing on the roadmap.

table.progress td.testing { background: #bacee0 }

Recent Changes

[3018] by Floppy on 01/10/08 17:17:06

Added option to include "testing" tickets in overall completion percentage

[3005] by Floppy on 01/09/08 02:45:22

added initial testing workflow

[3004] by Floppy on 01/09/08 02:39:54

New hack TestingWorkflow, created by Floppy

Author/Contributors

Author: Floppy
Contributors:

Attachments