[[TOC]] = Subtickets support for Trac tickets = == Description == This plugin offers sub-ticket feature for managing tickets. == Bugs/Feature Requests == Existing bugs and feature requests for SubticketsPlugin are [http://github.com/itota/trac-subtickets-plugin/issues here]. If you have any issues, create a [http://github.com/itota/trac-subtickets-plugin/issues new issue ticket]. == Download == You can download zipped source from here: * [attachment:TracSubTicketsPlugin-0.1.0.zip TracSubTicketsPlugin-0.1.0.zip] * [attachment:TracSubTicketsPlugin-0.1.0-py2.6.egg TracSubTicketsPlugin-0.1.0-py2.6.egg] == Source == You can check out the source for SubticketsPlugin from [http://github.com/itota/trac-subtickets-plugin.git here] using Git, or browse the source with [http://github.com/itota/trac-subtickets-plugin GitHub]. == Installation == 1. Download the attached [attachment:TracSubTicketsPlugin-0.1.0.zip zip file], unpack it and run: {{{ python setup.py bdist_egg }}} 2. Install it in one of the following ways: {{{ cp dist/*.egg path/to/trac/env/plugins }}} {{{ easy_install dist/*.egg }}} 3. Enable the plugin in {{{trac.ini}} as follows: {{{ [components] tracsubtickets.api.* = enabled tracsubtickets.web_ui.* = enabled }}} 4. Upgrade your trac environment like: {{{ trac-admin upgrade }}} == Screenshots == [[Image(trac-subtickets-plugin_001.png)]] == Author/Contributors == '''Author:''' [wiki:itota] [[BR]] '''Contributors:'''