wiki:SubticketsPlugin

Version 15 (modified by Ryan J Ollos, 11 years ago) (diff)

Fixed link to Transifex image.

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.

Database

Relations between tickets are stored in a table called 'Subtickets' with just two columns: parent, child

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 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 <env> upgrade
    

Screenshots

About i18n/l10n support

This plugin is prepared for localization. The patched version is available at the Git repo now.

The English message texts are still the (POSIX) default. If this isn't your preferred language, you can:

  1. look, if it's already available from the Trac plugin l10n project at Transifex or
  2. do it yourself (see the l10n cookbook page for Trac plugins for more details).

You've done a new translation? Superb! Contributing your translation is highly appreciated.
You could send it to the plugin's maintainer or contribute to Trac plugin l10n project via Transifex:

Top translations: Trac_Plugin-L10N » tracsubtickets

http://www.transifex.net/projects/p/Trac_Plugin-L10N/resource/tracsubtickets-messages/chart/image_png

Kindly provided by https://ds0k0en9abmn1.cloudfront.net/static/charts/images/tx-logo-micro.png

Author/Contributors

Author: itota
Maintainer: itota
Contributors: hasienda

Attachments (1)

Download all attachments as: .zip