wiki:SubticketsPlugin

Version 1 (modified by Takashi Ito, 14 years ago) (diff)

--

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 here.

If you have any issues, create a new issue ticket.

Download

You can download zipped source from here:

Source

You can check out the source for SubticketsPlugin from here using Git, or browse the source with GitHub.

Installation

  1. Download the attached zip file, unpack it and run:
    python setup.py bdist_egg
    
  1. Install it in one of the following ways:
    cp dist/*.egg path/to/trac/env/plugins
    
    easy_install dist/*.egg
    
  1. Enable the plugin in {{{trac.ini}} as follows:
    [components]
    tracsubtickets.api.* = enabled
    tracsubtickets.web_ui.* = enabled
    
  1. Upgrade your trac environment like:
    trac-admin <env> upgrade
    

Screenshots

Author/Contributors

Author: itota
Contributors:

Attachments (1)

Download all attachments as: .zip