#2511 closed enhancement (duplicate)
Adding support for a testing ticket status
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.9.2 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
For a lot of projects I need the ability to set the status for an issue for testing. This is a seperate step between active and resolved where an issue should be resolved, but has not been certified to be resolved by full testing, which is (should) be done by other people.
To support this I created a patch which added a new ticket status called 'testing', modified the milestone and roadmap to show that tickets in a testing status seperately and updated the unittests to reflect the new possible actions.
In order to make this easier to use I also modified the trac-post-commit subversion hook: I added a —testing parameter which tells the hook to mark an issue as testing instead of fixed. The default is set to fixed in order to preserve backwards compability, and since I suspect that most trac installs are for small projects which do not have a need for a seperate testing status.
Attachments (1)
Change History (3)
by , 19 years ago
Attachment: | trac.testing.diff added |
---|
comment:1 by , 19 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
#869 will address the need for customization of the workflow.
testing status support