Modify ↓
Opened 16 years ago
Last modified 10 years ago
#4708 new enhancement
commit-hook plugin: ticket creation on checkin
Reported by: | Jeff Hammel | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | RepositoryHookSystemPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
A new plugin for RepositoryHookSystemPlugin
Trac server will generate a new ticket with his message when a developer commits file into svn repository.
Attachments (0)
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 10 years ago by
Owner: | Jeff Hammel deleted |
---|
Note: See
TracTickets for help on using
tickets.
would be really cool if the description, type, etc. are template-able. and/or if the action could be duplicated (i.e, say I want to create 2, or 3...tickets as a result of this ticket, depending on something in the comments)
example: "created feature branch MyCoolFeature" in comments results in: create a "Feature" type ticket, also another "hook" created the "MyCoolFeature" wiki page based on TemplateX next example: "add the super magic code to close #12345" changes #12345 to closed(standard post commit type activity), also, creates a "test" ticket to validate the changes. or even better, "add the super magic code to close #12345 testsuite(1,4)" creates a "test" ticket with test suites 1 and 4 from the TestCaseManagement plugin.
ok, that was greedy wishlist crap, the point is, potentially have "multiple" instances of this plugin run based on the same submission might be desirable.