Version 4 (modified by 10 years ago) (diff) | ,
---|
Contents
Trac Component Alias Plugin
Description
test
Bugs/Feature Requests
Existing bugs and feature requests for TracComponentAliasPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from [download:traccomponentaliasplugin here].
Source
You can check out TracComponentAliasPlugin from here using Subversion, or browse the source with Trac.
Example
# test1 and test2 define the grouping. The name can be whatever you want. [component_alias] test1.custom_field = custom_field # custom ticket field this applies to test1.name = TEST # name from the custom ticket field this applies to test1.alias = component1 # change component to this alias if "TEST" is selected test2.custom_field = custom_field # custom ticket field this applies to test2.name = This is a test # name from the custom ticket field this applies to test2.alias = component2 # change component to this alias if "This is a test" is selected
Recent Changes
- 13196 by zshahan on 2013-05-22 03:59:01
-
small fix for when changing the component after ticket is created, it actually changes the component. ticket:none
- 13155 by zshahan on 2013-05-17 15:38:11
-
small fix for when changing the component after ticket is created, it actually changes the component.
- 13051 by zshahan on 2013-05-04 04:18:43
-
Plugin should work as expected and play nice with other plugins.
(more)