#10124 closed enhancement (worksforme)
Allow to force CommitTicketUpdater to add only comments
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | general | Version: | 0.12.2 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
In our environment developers are not allowed to close tickets, since we use the ticket workflow with the additional 'testing' status.
In this case I would like that every svn commit message like
this is for #1 #2
only looks for ticket id's like #1 and ignores all other commands like close or ref, and simply assumes that the user says see.
I add a patch where you can set
[ticket] commit_ticket_update_force_comments = true
In this case, all commands are internally set to see.
Its not thats fine but it works.
Stephane
Attachments (1)
Change History (7)
by , 14 years ago
Attachment: | commit_updater.patch added |
---|
follow-up: 2 comment:1 by , 14 years ago
Milestone: | 0.12.3 |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
follow-ups: 3 4 comment:2 by , 14 years ago
Replying to rblank:
This can already be achieved by setting the configuration as follows: It is even documented in the TracIni entry for
commit_ticket_update_commands.refs
.
yes … but only after having aktivated the plugin.
I admit I didn't realize this.
Perhaps it would be good to mention
commit_ticket_update_commands.refs = <ALL>
in CommitTicketUpdater too. This was the first doc I did read even before aktivating the commit-ticket-update plugin, and since this possibility was not mentioned, I simly didn't realize this.
Sorry for that :-(
comment:3 by , 14 years ago
Replying to anonymous:
Perhaps it would be good to mention
commit_ticket_update_commands.refs = <ALL>in CommitTicketUpdater too.
Feel free to edit that page and add what you expected to find there.
follow-up: 5 comment:4 by , 14 years ago
Replying to anonymous:
… Sorry for that :-(
You can redeem yourself by editing that Wiki page accordingly :-)
follow-up: 6 comment:5 by , 14 years ago
Replying to anonymous:
You can redeem yourself by editing that Wiki page accordingly :-)
Documented at @ CommitTicketUpdater@10 Please, can you check if it's on the right place and has correct information?
comment:6 by , 14 years ago
Replying to AdrianFritz:
Please, can you check if it's on the right place and has correct information?
Looks great, thanks!
This can already be achieved by setting the configuration as follows:
It is even documented in the TracIni entry for
commit_ticket_update_commands.refs
.