wiki:WikiCreateTicketPlugin

Version 8 (modified by figaro, 9 years ago) (diff)

Cosmetic changes

Create tickets from wiki markup

Description

This plugin applies a new format to create a ticket in the wiki:

  • #new bar will create a new ticket with summary "bar"
  • #new [foo] bar will create a new ticket with summary "bar" and owner "foo"

When I write minutes on Trac wiki, I wanted to create ticket for action items raising up at the meeting. That's why I wrote this plugin.

Any suggestion of syntax to assign other parameters like milestone or components are welcomed!

Bugs/Feature Requests

Existing bugs and feature requests for WikiCreateTicketPlugin are here.

If you have any issues, create a new ticket.

defect

2 / 2

enhancement

0 / 1

Download

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

Source

You can check out WikiCreateTicketPlugin from here using Subversion, or browse the source with Trac.

Installation

General instructions on installing Trac plugins can be found on the TracPlugins page.

Example

  • #new bar will create a new ticket with summary "bar"
  • #new [foo] bar will create a new ticket with summary "bar" and owner "foo"

Recent Changes

16171 by jun66j5 on 2016-12-30 01:24:52
WikiCreateTicketPlugin: support Trac 1.2 and add unit tests (closes #13019)
10641 by jun66j5 on 2011-09-06 09:11:29
Adds wiki_page_deleted, wiki_page_version_deleted and wiki_page_renamed. AttributeError happens when deleting a wiki page without these methods (fixed #9150).
9349 by saigon on 2010-10-25 06:59:41
initial commit
(more)

Author/Contributors

Author: saigon
Maintainer: saigon jun66j5
Contributors: OpenGroove and ciklone