Modify ↓
#12852 closed enhancement (fixed)
Allow project name to be specified
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | MultiProjectCommitTicketUpdaterPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
Discussed in gmessage:trac-users:62Eu-uJZWEw/tapHQ1bKBgAJ, we could add a [project]
short_name
option that is an alternative to the environment name for referencing a project. When [project]
short_name
is not set, the value could default to the environment name.
Attachments (0)
Change History (7)
comment:1 Changed 8 years ago by
Owner: | changed from Ruth Trevor-Allen to Ryan J Ollos |
---|---|
Status: | new → accepted |
comment:2 Changed 8 years ago by
comment:5 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
To summarize, the following change need to be made to use the revised plugin:
- Install from svn/multiprojectcommitticketupdaterplugin/1.0.
- Make sure your
[components]
section is configured as in MultiProjectCommitTicketUpdaterPlugin#Installation. - Move the standard CommitTicketUpdater options from the
[multicommitupdater]
section to[ticket]
section. The MultiProjectCommitTicketUpdaterPlugin options are now the same as the CommitTicketUpdater options. - Set
[ticket]
commit_ticket_update_short_name
to the name that you wish to use to reference the environment.
I'll bump the version from 1.0.0dev to 1.0.0 if I get confirmation that the plugin is working well.
Note: See
TracTickets for help on using
tickets.
In 15723: