Ticket #54 (new enhancement)

Opened 4 years ago

Last modified 4 years ago

Modify trac workflow to include "Needs a test written" state

Reported by: kcr@… Owned by:
Priority: minor Milestone: medium term
Component: site Version:
Keywords: Cc:
Platform:

Description

There should be an open state for tickets that expresses "There was
a fix commited, but someone should still write a regression tests."

(Yes, you should write the tests before running with the fix, but
our test infrastructure isn't There yet)

Change History

comment:1 Changed 4 years ago by broder@…

If you want a config snippet, this isn't hard to do with Trac 0.11. Here's what Debathena uses for our "proposed" state:

proposed = new,assigned,accepted,reopened,development-> proposed
proposed.name = upload fix to -proposed
proposed.permissions = TICKET_MODIFY

(The LHS is an action, not a state)

Note: See TracTickets for help on using tickets.