[[PageOutline(2-5,Contents,pullout)]] = Ticket Create Buttons plugin = == Description == 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. == Bugs/Feature Requests == Existing bugs and feature requests for TicketCreateButtonsPlugin are [report:9?COMPONENT=TicketCreateButtonsPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TicketCreateButtonsPlugin&owner=ChrisNelson new ticket]. == Download == Download the zipped source from [download:ticketcreatebuttonsplugin here]. == Source == You can check out TicketCreateButtonsPlugin from [http://trac-hacks.org/svn/ticketcreatebuttonsplugin here] using Subversion, or [source:ticketcreatebuttonsplugin browse the source] with Trac. == Example == Using the plugin with MasterTicketsPlugin, the following configuration creates buttons to create predecessor and successor tickets: {{{ [ticket-create-buttons] blockedby.tag = .//td[@headers="h_blockedby"] blockedby.label = Create blockedby.title = Create a new predecessor blockedby.inherit = type, milestone blockedby.link = blocking:id blocking.tag = .//td[@headers="h_blocking"] blocking.label = Create blocking.title = Create a new successor blocking.inherit = type, milestone blocking.link = blockedby:id }}} When used with SubticketsPlugin, new siblings can be created with: {{{ parents.tag = .//td[@headers="h_parents"] parents.label = Create parents.title = Create a new sibling parents.inherit = type, milestone, parents }}} == Recent Changes == [[ChangeLog(ticketcreatebuttonsplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:ChrisNelson] [[BR]] '''Maintainer:''' [wiki:ChrisNelson] [[BR]] '''Contributors:'''