Changes between Version 24 and Version 25 of SubticketsPlugin


Ignore:
Timestamp:
Dec 15, 2016, 8:24:41 AM (7 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • SubticketsPlugin

    v24 v25  
    55== Description
    66
    7 This plugin offers sub-ticket feature for managing tickets.
     7This plugin offers sub-ticket feature for managing tickets. Subtickets are useful for when several tickets are developed and released under one master ticket. The master ticket, in the example below called the Root ticket, has multiple subtickets defined under it.
    88
    99The following screenshot demonstrates how the subtickets are displayed below the Description section of a ticket:
     
    1111[[Image(trac-subtickets-plugin_001.png)]]
    1212
    13 Relations between tickets are stored in a table called `Subtickets` with just two columns: ''parent'', ''child'' and that eases reporting considerably when comparing to ChildTicketsPlugin (which currently has more configuration options). For further information on reporting, see SubticketsPlugin/Reporting
     13Relations between tickets are stored in a table called `Subtickets` with just two columns: ''parent'', ''child'' and that eases reporting considerably when compared to ChildTicketsPlugin (which currently has more configuration options). For further information on reporting, see SubticketsPlugin/Reporting.
    1414
    1515== Bugs/Feature Requests
     
    3434 }}}
    3535 1. Install it in one of the following ways:
    36  {{{#!sh
     36  {{{#!sh
    3737cp dist/*.egg path/to/trac/env/plugins
    3838 }}}
    39  {{{#!sh
     39  {{{#!sh
    4040easy_install dist/*.egg
    4141 }}}
    42  {{{#!sh
     42  {{{#!sh
    4343python setup.py install
    4444 }}}
    45 
    4645 1. Enable the plugin in your `trac.ini` file as follows:
    4746 {{{#!ini
     
    5756== Configuration
    5857
    59 SubticketsPlugin has some of the same configuration possibilities as ChildTicketsPlugin. Most settings are ticket type dependent (`defect` and `task` in the example below):
     58This plugin shares some of the configurations with ChildTicketsPlugin. Most settings are ticket type dependent, such as `defect` and `task` in the example below:
    6059{{{#!ini
    6160# Select column headings in child listing