Modify ↓
Opened 17 years ago
Last modified 14 years ago
#7300 new enhancement
[PATCH] Support for ticket reassignment in trac-post-commit-hook
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | unscheduled |
Component: | ticket system | Version: | |
Severity: | normal | Keywords: | patch |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I extended trac-post-commit-hook to support reassignment in the form of:
Attachments (2)
Change History (8)
by , 17 years ago
Attachment: | reassignment.patch added |
---|
comment:1 by , 17 years ago
reassignment-compat.patch
restores compatibility with Trac 0.10.x installs. Apply after reassignment.patch
.
comment:2 by , 16 years ago
Component: | general → ticket system |
---|
comment:3 by , 16 years ago
Milestone: | → 2.0 |
---|---|
Owner: | removed |
comment:4 by , 16 years ago
Keywords: | patch added |
---|
comment:6 by , 14 years ago
Milestone: | triaging → unscheduled |
---|
This should be adapted to the new CommitTicketUpdater. I wonder if it would be possible to design a syntax that would allow arbitrary arguments to commands, while remaining language-neutral (reassignment.patch uses "to"). Something like:
Refs #123 !owner:joe,priority=low!
Note:
See TracTickets
for help on using tickets.
Patch to support reassignment in trac-post-commit-hook