Changes between Version 12 and Version 13 of TicketCreateButtonsPlugin


Ignore:
Timestamp:
Nov 11, 2015, 11:14:20 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TicketCreateButtonsPlugin

    v12 v13  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Ticket Create Buttons plugin
     3= Create new tickets from an existing ticket
    44
    55== Description
    66
    7 The !TicketCreateButtons plugin creates configurable buttons in the ticket header to create related tickets. The new ticket can inherit field values from the current ticket.
     7This plugin adds configurable buttons in the ticket header to create related tickets. The new ticket can inherit field values from the current ticket.
    88
    99== Bugs/Feature Requests
    1010
    11 Existing '''[report:9?COMPONENT=TicketCreateButtonsPlugin bugs and feature requests]''' for !TicketCreateButtonsPlugin.
     11Existing bugs and feature requests for TicketCreateButtonsPlugin are
     12[report:9?COMPONENT=TicketCreateButtonsPlugin here].
    1213
    13 If you have any issues, create a '''[/newticket?component=TicketCreateButtonsPlugin&owner=ChrisNelson new ticket]''' (please review base before creating).
     14If you have any issues, create a
     15[/newticket?component=TicketCreateButtonsPlugin new ticket].
    1416
    1517[[TicketQuery(component=TicketCreateButtonsPlugin&group=type,format=progress)]]
    1618
    17 == Source and Download
     19== Download
    1820
    19 You can [/svn/ticketcreatebuttonsplugin check out] !TicketCreateButtonsPlugin using Subversion, or [source:ticketcreatebuttonsplugin browse the source] with Trac, or [download:ticketcreatebuttonsplugin download] the zipped source.
     21Download the zipped source from [export:ticketcreatebuttonsplugin here].
     22
     23== Source
     24
     25You can check out TicketCreateButtonsPlugin from [/svn/ticketcreatebuttonsplugin here] using Subversion, or [source:ticketcreatebuttonsplugin browse the source] with Trac.
    2026
    2127== Installation
    2228
    23   1. '''Note''':
     29'''Notes''':
    2430     1. Below instructions could be specific to some operating systems. Please help expanding these instructions.
    2531     1. Generic installation guidelines are available at [http://trac.edgewall.org/wiki/TracPlugins TracPlugins].
    26      1. `[sudo]`, when used, is optional case you already have enough authority to modify your server.[[BR]][[BR]]
    27   1. '''Install''' plugin:
     32     1. `[sudo]`, when used, is optional case you already have enough authority to modify your server.
     33
     34 1. '''Install''' plugin:
    2835     * with easy_install, globally:
    2936       {{{#!sh
     
    3138       }}}
    3239       * You might be required to select a specific `tag`, `branch`. Defaults to select from `trunk`[[BR]][[BR]]
    33   1. '''Enable''' this component as follows:
     40 1. '''Enable''' this component as follows:
    3441     * by updating [wiki:TracIni trac.ini] file under appropriate configuration section:
    3542     {{{#!ini
     
    4148     * or accessing your Admin panel under selected Trac environment {{{ ..admin/general/plugins }}}.
    4249     [[BR]][[BR]]
    43   1. '''Configure''' Trac environment as follows:
     50 1. '''Configure''' Trac environment as follows:
    4451     * by updating [wiki:TracIni trac.ini] file under appropriate configuration section:
    4552       i. case using this plugin with SubticketsPlugin
     
    5360     * or accessing your Admin panel (under selected Trac environment {{{ ..admin/general/plugins }}}).
    5461     [[BR]][[BR]]
    55   1. '''Restart''' web server:
     62 1. '''Restart''' web server:
    5663     * Apache on Ubuntu, example command line:
    5764       {{{#!sh
     
    5966       }}}
    6067       [[BR]][[BR]]
    61   1. '''Test''' if this component is working properly (main environment and secondary ones if also exists).
     68 1. '''Test''' if this component is working properly (main environment and secondary ones if also exists).
    6269     1. If the plugin is installed correct, the configuration you have made should reflect on tickets.
    63      [[BR]][[BR]]
    6470
    65 == Configuration and examples
     71== Configuration
    6672
    6773  1. Under the appropriate section inside a TracIni file you can customize ticket properties as below:
     
    8086||  `link`  || >= 0.1 ||  O  ||Comma-separated list of `newfield:currentfield` pairs used to link the two tickets. The `link` field override `inherit` field.[[BR]]* Example:  {{{ blockedby.link = blocking:id }}} sets the new ticket's blockedby field to the current tickets id. ||  None  ||
    8187||  `set`  || >= 0.1 ||  O  ||Comma-separated list of `field:value` pairs for setting values in the new ticket. The `set` field override `inherit` and `link` fields. [[BR]]* Example:  {{{ set = keywords:Foo }}} sets the new ticket's keywords field to Foo.||  None  ||
    82   2. '''Example''': Using this plugin with MasterTicketsPlugin, the following configuration creates buttons to create predecessor and successor tickets:
     88
     89== Example
     90
     91  1. '''Example''': Using this plugin with MasterTicketsPlugin, the following configuration creates buttons to create predecessor and successor tickets:
    8392     {{{#!ini
    8493     [ticket-create-buttons]