apply new wiki format to create tickets in wiki

Description

wikicreateticket plugin applies a new format to create ticket in 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 write 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.

Download

Download the zipped source from here.

Source

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

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"

Tickets

#8598
svn commit messages

Recent Changes

[10641] by jun66j5 on 09/06/11 11: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 10/25/10 08:59:41

initial commit

[9348] by saigon on 10/25/10 08:56:09

New hack WikiCreateTicketPlugin, created by saigon

Author/Contributors

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