wiki:TicketCreateButtonsPlugin

Version 1 (modified by Chris Nelson, 13 years ago) (diff)

New hack TicketCreateButtonsPlugin, created by ChrisNelson

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 here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:ticketcreatebuttonsplugin here].

Source

You can check out TicketCreateButtonsPlugin from here using Subversion, or 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

14013 by rjollos on 2014-07-23 19:27:52
Added COPYING file and author email. Refs #11871.
14011 by rjollos on 2014-07-23 16:51:36
Added 3-Clause BSD license, with permission of author. Fixes #11871.
14002 by rjollos on 2014-07-11 20:58:28
Fixed rendering of example on plugin admin page.
(more)

Author/Contributors

Author: ChrisNelson
Maintainer: ChrisNelson
Contributors: