#2571 closed enhancement (duplicate)
How to modify trac work flow
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | 0.9.2 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
We need to modify Tracs current workflow do include interim Verification state i.e after te bug has been fixed it should not be closed rather can be assigned as verify so the end-user can test it and mark it fixed (which closes the bug)
Attachments (0)
Change History (6)
comment:1 by , 19 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 by , 19 years ago
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
this patch is available for Trac version 0.8.2 is there any patch available for Trac version 0.9.x thanks for your co-operation
comment:3 by , 19 years ago
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
There was a major refactoring in 0.9 so the patch can't be used. This functionality is currently scheduled for milestone:0.12. To keep fragmentation from happening, please use #869 for input on this topic.
comment:4 by , 18 years ago
I've just recently deployed Trac for a distributed group of developers and we really it - thank you! Working as we do, we've found a real need for the Trac "Resolution" setting to include "Ready for QA" and "Ready for Live" values. This seems a simple workflow addition, though I was disappointed to see (above): …major refactoring in 0.9 so the patch can't be used. This functionality is currently scheduled for milestone:0.12.
I'm not a Python programmer, though I could take a stab at it if someone could offer a few pointers as to what needs to be done to make this happen (or better, offer a new patch!).
TIA,
Fen Labalme
CivicActions, LLC
follow-up: 6 comment:5 by , 18 years ago
Actually, it's already implemented, see WorkFlow and the source:sandbox/workflow branch. The branch is based on a somewhat old 0.10dev trunk, but IIRC the branch is usable and stable.
The integration in mainline Trac is still in order (as a rough guess, I'd say within 1 or 2 months from now).
comment:6 by , 18 years ago
I can't wait to see the workflow branch in mainline Trac. What can I do to make this happen soon? Best regards.
This is basically the same as #869.