Changes between Version 1 and Version 2 of TracComponentAliasPlugin


Ignore:
Timestamp:
Jan 22, 2013, 7:18:17 PM (11 years ago)
Author:
Zack
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracComponentAliasPlugin

    v1 v2  
    2525== Example ==
    2626
    27 test
     27
     28{{{
     29# test1 and test2 define the grouping.  The name can be whatever you want.
     30
     31[component_alias]
     32test1.custom_field = custom_field    # custom ticket field this applies to
     33test1.name = TEST                    # name from the custom ticket field this applies to
     34test1.alias = component1             # change component to this alias if "TEST" is selected
     35
     36test2.custom_field = custom_field    # custom ticket field this applies to
     37test2.name = TEST                    # name from the custom ticket field this applies to
     38test2.alias = component1             # change component to this alias if "TEST" is selected
     39
     40}}}
     41
    2842
    2943== Recent Changes ==