Modify ↓
Opened 13 years ago
Closed 12 years ago
#9783 closed enhancement (fixed)
[PATCH] Additional milestone operation
Reported by: | Franz | Owned by: | Eli Carter |
---|---|---|---|
Priority: | normal | Component: | AdvancedTicketWorkflowPlugin |
Severity: | normal | Keywords: | patch |
Cc: | Trac Release: | 0.12 |
Description (last modified by )
We have following workflow in my company:
If a ticket is rejected (which means not fixed / implemented) it will be moved to a milestone 'rejected'. Thus we have clean milestones with only implemented features / solved bug fixes.
It would be nice, if this could be parametrized using Trac workflow. I have implemented this in attached file MilestoneOperation.py
. Maybe the attached file could be included into this plugin.
See also Trac-Ticket 10553
Attachments (1)
Change History (4)
Changed 13 years ago by
Attachment: | MilestoneOperation.py added |
---|
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by
Keywords: | patch added |
---|---|
Summary: | Additional milestone operation → [PATCH] Additional milestone operation |
We are using it in production mode with Trac 0.13dev-r10952
and it works like a charm.
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
fixed with Trac-Ticket 10553
Note: See
TracTickets for help on using
tickets.
Plugin file for set_milestone operation