Changes between Initial Version and Version 1 of TicketCreateButtonsPlugin


Ignore:
Timestamp:
Nov 18, 2010, 2:20:09 PM (13 years ago)
Author:
Chris Nelson
Comment:

New hack TicketCreateButtonsPlugin, created by ChrisNelson

Legend:

Unmodified
Added
Removed
Modified
  • TicketCreateButtonsPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Ticket Create Buttons plugin =
     4
     5== Description ==
     6
     7The TicketCreateButtons plugin creates configurable buttons in the ticket header to create related tickets.  The new ticket can inherit field values from the current ticket.
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for TicketCreateButtonsPlugin are
     12[report:9?COMPONENT=TicketCreateButtonsPlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=TicketCreateButtonsPlugin&owner=ChrisNelson new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:ticketcreatebuttonsplugin here].
     20
     21== Source ==
     22
     23You can check out TicketCreateButtonsPlugin from [http://trac-hacks.org/svn/ticketcreatebuttonsplugin here] using Subversion, or [source:ticketcreatebuttonsplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27Using the plugin with MasterTicketsPlugin, the following configuration creates buttons to create predecessor and successor tickets:
     28
     29{{{
     30[ticket-create-buttons]
     31blockedby.tag = .//td[@headers="h_blockedby"]
     32blockedby.label = Create
     33blockedby.title = Create a new predecessor
     34blockedby.inherit = type, milestone
     35blockedby.link = blocking:id
     36
     37blocking.tag = .//td[@headers="h_blocking"]
     38blocking.label = Create
     39blocking.title = Create a new successor
     40blocking.inherit = type, milestone
     41blocking.link = blockedby:id
     42}}}
     43
     44When used with SubticketsPlugin, new siblings can be created with:
     45
     46{{{
     47parents.tag = .//td[@headers="h_parents"]
     48parents.label = Create
     49parents.title = Create a new sibling
     50parents.inherit = type, milestone, parents
     51}}}
     52
     53== Recent Changes ==
     54
     55[[ChangeLog(ticketcreatebuttonsplugin, 3)]]
     56
     57== Author/Contributors ==
     58
     59'''Author:''' [wiki:ChrisNelson] [[BR]]
     60'''Maintainer:''' [wiki:ChrisNelson] [[BR]]
     61'''Contributors:'''