Opened 12 years ago
Closed 12 years ago
#10814 closed enhancement (wontfix)
To add specified information to the operations in ticket workflow
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | 0.12-stable |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I'm using the Trac 0.12. In my case, I have changed the workflow through adding the new action as "verify" and "duplicate". And I want the operation of adding information to "resolve", "verify" and "duplicate", to specified the version resolved or verified and the ticket NO. which is duplicated to.
For example: Resolve in [version No.] Verify in [version No.] Duplicate with [Ticket No.]
So, is there any possibility to add specified information to the operations in ticket workflow?
Thanks.
This is not possible currently, but plugins could easily be written for that. Take a look at source:trunk/sample-plugins/workflow. Combine this with some specific custom field (of type reference), and you should be close.