Modify ↓
Ticket #7300 (new enhancement)
Opened 4 years ago
Last modified 19 months ago
[PATCH] Support for ticket reassignment in trac-post-commit-hook
| Reported by: | ian@… | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | unscheduled |
| Component: | ticket system | Version: | |
| Severity: | normal | Keywords: | patch |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
I extended trac-post-commit-hook to support reassignment in the form of:
Attachments
Change History
Changed 4 years ago by ian@…
- Attachment reassignment.patch added
comment:1 Changed 4 years ago by ian@…
reassignment-compat.patch restores compatibility with Trac 0.10.x installs. Apply after reassignment.patch.
comment:2 Changed 4 years ago by Piotr Kuczynski <piotr.kuczynski@…>
- Component changed from general to ticket system
comment:3 Changed 3 years ago by rblank
- Milestone set to 2.0
- Owner jonas deleted
comment:4 Changed 3 years ago by rblank
- Keywords patch added
comment:5 Changed 22 months ago by cboos
- Milestone changed from 2.0 to unscheduled
Milestone 2.0 deleted
comment:6 Changed 19 months ago by rblank
- Milestone changed from triaging to 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