[[PageOutline(2-5,Contents,pullout)]] = ComponentHierarchyPlugin == Description Adds hierarchy structuring feature for the ticket field 'component'.[[BR]] You define a parent and children for a certain component on the Admin page. == Preview [[Image(componentHierarchy.png​,width=500)]] Note the additional column 'parent': [[Image(admin-page.png​,width=500)]] == !Bugs/Feature Requests Existing bugs and feature requests for ComponentHierarchyPlugin are [report:9?COMPONENT=ComponentHierarchyPlugin here]. If you have any issues, create a [/newticket?component=ComponentHierarchyPlugin new ticket]. [[TicketQuery(component=ComponentHierarchyPlugin&group=type,format=progress)]] == Download Download the zipped source from [export:componenthierarchyplugin here]. == Source You can check out ComponentHierarchyPlugin from [http://trac-hacks.org/svn/componenthierarchyplugin here] using Subversion, or [source:componenthierarchyplugin browse the source] with Trac. == Installation 1. Build the plugin {{{#!sh python setup.py bdist_egg }}} 1. Copy the plugin to Trac, e.g. {{{#!sh cp dist/ComponentHierarchy-0.0.1-py2.7.egg /instance_trac/plugins/ }}} 1. Restart webserver (e.g. Apache) General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page. == Recent Changes [[ChangeLog(componenthierarchyplugin, 3)]] == !Author/Contributors **Author:** [wiki:thomasd], [wiki:falkb] [[BR]] **Maintainer:** [[Maintainer]] [[BR]] **Contributors:** [wiki:Cinc-th]